PluginProbe
MaxButtons – Create buttons / 6.26.1
MaxButtons – Create buttons v6.26.1
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 / style.scss

style.scss in MaxButtons – Create buttons 6.26.1, at assets/scss/style.scss

36 lines 603 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 // vars
2
3 $c-border-light: #ccc;
4 $c-border-dark : #000;
5
6 // outside namespace
7 @import "global";
8 @import "mixins";
9
10 #maxbuttons
11 {
12 //margin: 0px 20px 20px 0px;
13 display: inline-block;
14 width: 100%; // consistent size for all pages.
15
16 @import "general";
17 @import "overview";
18 @import "editor";
19 @import "elements";
20 @import 'input_range';
21 @import "support";
22 @import "settings";
23
24 @import "subtabs";
25 @import "collection";
26 @import "feedback";
27 @import "ads";
28 @import "gopro";
29 }
30 // loaded outside of container
31 @import "maxmodal";
32 //@import "colpick";
33 @import "media_button";
34
35
36