OSDN Git Service

Merge branch 'master' of git://github.com/Bytom/dashboard into dashboardmaster
[bytom/bytom-electron.git] / src / features / shared / components / ErrorBanner / ErrorBanner.scss
1 .main {
2   background: $highlight-danger-background;
3   color: $highlight-danger;
4   border: 1px solid $highlight-danger-border;
5   border-radius: $border-radius-standard;
6   padding: 20px;
7   margin-bottom: 20px;
8   word-wrap: break-word;
9
10   a {
11     color: $highlight-danger;
12     text-decoration: underline;
13   }
14 }
15
16 .message {
17   margin-bottom: 15px;
18 }
19
20 .extra {
21   line-height: 1.3;
22 }