PluginProbe
MaxButtons – Create buttons / 7.13.2
MaxButtons – Create buttons v7.13.2
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
maxbuttons / assets / scss / _support.scss

_support.scss in MaxButtons – Create buttons 7.13.2, at assets/scss/_support.scss

39 lines 499 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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