Merge pull request #14708 from open-craft/haikuginger/dashboard-consent-banner

[ENT-225] Add consent declined banner to dashboard
This commit is contained in:
Jesse Shapiro
2017-03-24 10:57:52 -04:00
committed by GitHub
7 changed files with 258 additions and 3 deletions

View File

@@ -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;
}