_support.scss in MaxButtons – Create buttons 7.13.2, at assets/scss/_support.scss
| 1 | |
| 2 | |
| 3 | // RSS Feed are the support questions on the page. |
| 4 | .support.tiles { |
| 5 | display: flex; |
| 6 | |
| 7 | > div { |
| 8 | /// height: 50px; |
| 9 | background-color: #0073aa; |
| 10 | margin: 0 25px 0 0; |
| 11 | padding: 16px; |
| 12 | a { |
| 13 | color: #fff; |
| 14 | text-align: center; |
| 15 | font-size: 20px; |
| 16 | text-decoration: none; |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | } |
| 21 | |
| 22 | .system_info { |
| 23 | width: 90%; |
| 24 | background-color: #fff; |
| 25 | border: 1px solid #000; |
| 26 | padding: 15px; |
| 27 | .info { |
| 28 | margin: 5px 0; |
| 29 | |
| 30 | label { |
| 31 | width: 250px; |
| 32 | display: inline-block; |
| 33 | clear: both; |
| 34 | } |
| 35 | |
| 36 | } |
| 37 | |
| 38 | } |
| 39 |