mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-12 09:53:30 -05:00
14 lines
251 B
SCSS
14 lines
251 B
SCSS
|
.project-list-sidebar-survey-link {
|
||
|
@extend .text-white;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.notification-close-button-style button {
|
||
|
&:hover {
|
||
|
background-color: transparent !important;
|
||
|
}
|
||
|
&:focus {
|
||
|
background-color: transparent !important;
|
||
|
}
|
||
|
}
|