mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
6cb956b1ff
[web] Add Stylelint formatting to the CI GitOrigin-RevId: f31139f9f6f70aa96214b59db37ad1f79cd1e733
15 lines
253 B
SCSS
15 lines
253 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;
|
|
}
|
|
}
|