mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-21 05:09:15 +00:00
Better messaging around deletion of customers
This commit is contained in:
28
app/assets/stylesheets/admin/components/info_dialog.css.scss
Normal file
28
app/assets/stylesheets/admin/components/info_dialog.css.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
#info-dialog {
|
||||
.message {
|
||||
.text, .icon {
|
||||
position: relative;
|
||||
float:left;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.text {
|
||||
padding-top: 10px;
|
||||
width: 80%;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 20%;
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.error {
|
||||
.message {
|
||||
.icon {
|
||||
color: #da5354;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user