mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
986e817fdc
* Removed clear autofocus on open reminder flyout [SCI-6690] * Fix hound [SCI-6690]
30 lines
471 B
SCSS
30 lines
471 B
SCSS
.row-reminders-notification {
|
|
font-size: 14px;
|
|
width: 300px;
|
|
|
|
|
|
.row-reminders-title {
|
|
line-height: 20px;
|
|
margin-left: 16px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.row-reminders-body {
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
margin-left: 16px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.row-reminders-footer {
|
|
margin: 4px 14px;
|
|
padding: 8px 2px;
|
|
}
|
|
|
|
hr {
|
|
background-color: $color-alto;
|
|
border-width: 0;
|
|
height: 1px;
|
|
margin: 0 16px 10px;
|
|
}
|
|
}
|