|
|
|
@ -4,8 +4,6 @@
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
// background-color: pink;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.TopButton {
|
|
|
|
.TopButton {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
@ -35,12 +33,12 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
&:focus {
|
|
|
|
color: #2E4CD4 !important;
|
|
|
|
color: #006665 !important;
|
|
|
|
border: none !important;
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
&.active {
|
|
|
|
color: #2E4CD4 !important;
|
|
|
|
color: #006665 !important;
|
|
|
|
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
content: '';
|
|
|
|
@ -50,7 +48,7 @@
|
|
|
|
right: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 4px;
|
|
|
|
height: 4px;
|
|
|
|
background-color: #2E4CD4;
|
|
|
|
background-color: #006665;
|
|
|
|
border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|