scinote-web/app/assets/stylesheets/layouts/reminders.scss
ajugo 7cba738a9b
Date remidner flyout [SCI-6503] (#3937)
* Implement date reminder flyout [SCI-6503]

* Show only days left for date reminder [SCI-6503]

* Pluralize day in reminders [SCI-6503]

* Create partials for different reminders [SCI-6503]

* Unify css for reminder [SCI-6503]
2022-03-22 13:33:58 +01:00

42 lines
633 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 {
display: inline;
}
.fas {
line-height: 30px;
margin-left: 8px;
margin-top: 5px;
width: 16px;
}
hr {
background-color: $color-alto;
border-width: 0;
height: 1px;
margin: 0 16px 10px 0;
}
}
#assigned-items-container .row-reminders-notification .fas {
margin-left: 16px;
}