feat(css): Adiciona altura fixa na barra dos botoes de navegação
This commit is contained in:
parent
2637136551
commit
2dc116e6c6
@ -1,13 +1,10 @@
|
||||
@import '../../../variables.scss';
|
||||
|
||||
.desative {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-main {
|
||||
&__form {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
&__title {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user