Merge pull request #14708 from open-craft/haikuginger/dashboard-consent-banner
[ENT-225] Add consent declined banner to dashboard
This commit is contained in:
@@ -118,6 +118,20 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.urgency-info {
|
||||
background: $msg-bg;
|
||||
.msg {
|
||||
color: $white;
|
||||
}
|
||||
.msg-icon {
|
||||
font-size: 2.5em;
|
||||
padding: 20px;
|
||||
}
|
||||
.msg-content {
|
||||
max-width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
&.alert {
|
||||
border-top: 3px solid $alert-color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user