mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 04:16:53 -05:00
7b47acc486
[web] BS5 notifications in projects and welcome pages GitOrigin-RevId: 25780bb64660ef41c41c007f94f70df273cac716
13 lines
251 B
SCSS
13 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;
|
|
}
|
|
}
|