scinote-web/app/assets/stylesheets/layouts/reminders.scss
ajugo 986e817fdc
Removed autofocus clear on open reminder flyout [SCI-6690] (#4003)
* Removed clear autofocus on open reminder flyout [SCI-6690]

* Fix hound [SCI-6690]
2022-04-08 18:08:55 +02:00

31 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;
}
}