We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01da937 commit c0fa67dCopy full SHA for c0fa67d
src/client/styles/main/layout.scss
@@ -0,0 +1,35 @@
1
+/**********
2
+ * OPTIONS
3
+ **********/
4
+&.inline {
5
+ display: inline-flex;
6
+}
7
+
8
+&.right {
9
+ align-items: flex-end;
10
+ .control-label {
11
+ flex-direction: row-reverse;
12
+ }
13
+ .sublabel {
14
15
16
+ .checkbox {
17
+ margin-right: 0;
18
+ margin-left: remy(6);
19
20
21
22
+&.horizontal {
23
+ flex-direction: row;
24
25
+ padding-right: remy(10);
26
27
28
29
30
+ &.right {
31
32
33
34
35
0 commit comments