forked from YCloudYUSA/y_lb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
y_lb.ws_style_option.yml
136 lines (136 loc) · 4.8 KB
/
y_lb.ws_style_option.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
y_lb.ws_style_option:
- label: Blue Scheme
name: ws_colorway_blue
group: colorway
image: /assets/images/colorway_blue.png
library: y_lb/colorway.blue
template: null
- label: Green Scheme
name: ws_colorway_green
group: colorway
image: /assets/images/colorway_green.png
library: y_lb/colorway.green
template: null
- label: Purple Scheme
name: ws_colorway_purple
group: colorway
image: /assets/images/colorway_purple.png
library: y_lb/colorway.purple
template: null
- label: Red Scheme
name: ws_colorway_red
group: colorway
image: /assets/images/colorway_red.png
library: y_lb/colorway.red
template: null
- label: Border radius - None
name: ws_border_radius_none
group: border_radius
image: /assets/images/border_radius_0.svg
library: y_lb/border_radius.0
template: null
- label: Border radius - 10px
name: ws_border_radius_10
group: border_radius
image: /assets/images/border_radius_10.svg
library: y_lb/border_radius.10
template: null
- label: Border radius - 20px
name: ws_border_radius_20
group: border_radius
image: /assets/images/border_radius_20.svg
library: y_lb/border_radius.20
template: null
- label: Border style - no border
name: ws_border_style_global_none
group: border_style_global
image: /assets/images/border_style_none.svg
library: y_lb/border_style.none
template: null
- label: Border style - 1px border
name: ws_border_style_global_solid
group: border_style_global
image: /assets/images/border_style_line.svg
library: y_lb/border_style.solid
template: null
- label: Border style - drop shadow
name: ws_border_style_global_drop_shadow
group: border_style_global
image: /assets/images/border_style_shadow.svg
library: y_lb/border_style.drop_shadow
template: null
- label: Border style - no border
name: ws_border_style_component_none
group: border_style_component
image: /assets/images/border_style_none.svg
class: ws-border-style--none
- label: Border style - 1px border
name: ws_border_style_component_solid
group: border_style_component
image: /assets/images/border_style_line.svg
class: ws-border-style--solid
- label: Border style - drop shadow
name: ws_border_style_component_drop_shadow
group: border_style_component
image: /assets/images/border_style_shadow.svg
class: ws-border-style--drop-shadow
- label: Left alignment
name: ws_text_alignment_global_left
group: text_alignment_global
image: /assets/images/alignment_left.svg
library: y_lb/text_alignment.left
- label: Center alignment
name: ws_text_alignment_global_center
group: text_alignment_global
image: /assets/images/alignment_center.svg
library: y_lb/text_alignment.center
- label: Left alignment
name: ws_text_alignment_component_left
group: text_alignment_component
image: /assets/images/alignment_left.svg
class: ws-text-alignment--left
- label: Center alignment
name: ws_text_alignment_component_center
group: text_alignment_component
image: /assets/images/alignment_center.svg
class: ws-text-alignment--center
- label: Inside container
name: ws_button_position_global_inside
group: button_position_global
image: /assets/images/button_position_inside.svg
library: y_lb/button_position.inside
- label: Overlapping container
name: ws_button_position_global_overlapping
group: button_position_global
image: /assets/images/button_position_overlapping.svg
library: y_lb/button_position.overlapping
- label: Inside container
name: ws_button_position_component_inside
group: button_position_component
image: /assets/images/button_position_inside.svg
class: ws-button-position--inside
- label: Overlapping container
name: ws_button_position_component_overlapping
group: button_position_component
image: /assets/images/button_position_overlapping.svg
class: ws-button-position--overlapping
- label: Filled button, outlined on hover
name: ws_button_fill_global_filled
group: button_fill_global
image: /assets/images/button_filled.svg
class: ws-button-fill--filled--global
- label: Outlined button, filled on hover
name: ws_button_fill_global_outlined
group: button_fill_global
image: /assets/images/button_outlined.svg
class: ws-button-fill--outlined--global
- label: Filled button, outlined on hover
name: ws_button_fill_component_filled
group: button_fill_component
image: /assets/images/button_filled.svg
class: ws-button-fill--filled--component
- label: Outlined button, filled on hover
name: ws_button_fill_component_outlined
group: button_fill_component
image: /assets/images/button_outlined.svg
class: ws-button-fill--outlined--component