mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Stylesheet for single enterprise user dashboard components
This commit is contained in:
16
app/assets/stylesheets/admin/dashboard-single-ent.css.sass
Normal file
16
app/assets/stylesheets/admin/dashboard-single-ent.css.sass
Normal file
@@ -0,0 +1,16 @@
|
||||
@import ../darkswarm/branding
|
||||
@import ../darkswarm/mixins
|
||||
|
||||
|
||||
.alert-box
|
||||
display: block
|
||||
background-color: #eff5dc
|
||||
border: 1px solid #9fc820
|
||||
color: #666
|
||||
margin-top: 1em
|
||||
margin-bottom: 1em
|
||||
@include border-radius(3px)
|
||||
transition: opacity 300ms ease-out
|
||||
padding: 0.77778em 1.33333em 0.77778em 0.77778em
|
||||
a.close
|
||||
float: right
|
||||
Reference in New Issue
Block a user