diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/style.css | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b3fb6d8..830b007 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -368,3 +368,25 @@ body.week-selector-not-visible #week-selector {  .print {    display: none;  } + +#notification { +  max-width: 600px; +  padding: 10px; +  margin: 0 auto; +} + +#notification .box { +  display: flex; +  background-color: #e0e0e0; +  padding: 8px; +  border-radius: 2px; +  align-items: center; +} + +#notification .text { +  padding-left: 8px; +} + +.grow { +  flex-grow: 1; +} | 
