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';
|
@import '../../../variables.scss';
|
||||||
|
|
||||||
.desative {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-main {
|
.page-main {
|
||||||
&__form {
|
&__form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
gap: 30px;
|
gap: 30px;
|
||||||
|
|
||||||
&__nav {
|
&__nav {
|
||||||
|
height: 285px;
|
||||||
border-right: 1px solid $black;
|
border-right: 1px solid $black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -52,14 +53,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
justify-content: center;
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.desative {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user