fontawesome
4 years ago
admin.css
4 years ago
admin.min.css
4 years ago
dashboard-notice.css
3 years ago
dashboard-notice.min.css
3 years ago
extra.css
8 years ago
extra.min.css
8 years ago
dashboard-notice.css
45 lines
| 1 | .menu-icon-dashboard-notice { |
| 2 | position: relative; |
| 3 | background: #FFFFFF; |
| 4 | border: 1px solid #E1E1E1; |
| 5 | box-sizing: border-box; |
| 6 | padding: 24px; |
| 7 | border-left: 4px solid #72AEE6; |
| 8 | margin: 0 0 30px; |
| 9 | } |
| 10 | |
| 11 | .menu-icon-dashboard-notice h2 { |
| 12 | padding: 0; |
| 13 | margin: 0 0 8px; |
| 14 | font-weight: bold; |
| 15 | font-size: 18px; |
| 16 | line-height: 1.2; |
| 17 | color: #000000; |
| 18 | } |
| 19 | |
| 20 | .menu-icon-dashboard-notice p { |
| 21 | font-size: 12px; |
| 22 | line-height: 1.2; |
| 23 | color: #000000; |
| 24 | display: block; |
| 25 | margin-bottom: 16px; |
| 26 | } |
| 27 | |
| 28 | .menu-icon-dashboard-notice .button { |
| 29 | display: flex; |
| 30 | flex-direction: row; |
| 31 | justify-content: center; |
| 32 | align-items: center; |
| 33 | padding: 5px 12px; |
| 34 | background: #0071AE; |
| 35 | border-radius: 4px; |
| 36 | display: inline-block; |
| 37 | width: auto; |
| 38 | height: 30px; |
| 39 | color: #FFFFFF; |
| 40 | font-size: 13px; |
| 41 | line-height: 1.5; |
| 42 | } |
| 43 | .menu-icon-dashboard-notice .notice-dismiss { |
| 44 | text-decoration: none; |
| 45 | } |