18 lines
265 B
SCSS
18 lines
265 B
SCSS
@import "../../assets/scss/globals";
|
|
|
|
|
|
.drop-down-box {
|
|
background-color: color(white1);
|
|
margin-top: 0.8rem;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 30px;
|
|
z-index: 20;
|
|
|
|
&,
|
|
& a {
|
|
color: color(dark-blue) !important;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|