feat(css): Adiciona altura fixa na barra dos botoes de navegação

This commit is contained in:
Amanda de Almeida Fonseca 2023-01-09 11:50:17 -03:00
parent 2637136551
commit 2dc116e6c6
2 changed files with 2 additions and 9 deletions

View File

@ -1,13 +1,10 @@
@import '../../../variables.scss';
.desative {
display: none;
}
.page-main {
&__form {
width: 100%;
position: relative;
margin-top: 10px;
}
&__title {

View File

@ -6,6 +6,7 @@
gap: 30px;
&__nav {
height: 285px;
border-right: 1px solid $black;
}
@ -52,14 +53,9 @@
display: flex;
flex-direction: column;
gap: 12px;
justify-content: center;
margin-top: 10px;
}
.desative {
display: none;
}
&__text {
width: 100%;
list-style: none;