marketplacepos 2.5.2 → 2.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Marketplace/117.a61ce25559effbf9.js +1 -0
- package/Marketplace/index.html +2 -2
- package/Marketplace/{main.82c99b5c79f1fd9c.js → main.bfa1a15e37319db5.js} +1 -1
- package/Marketplace/{runtime.6d4d6c7e2c139e6c.js → runtime.faf1bb5d35d0f053.js} +1 -1
- package/package.json +1 -1
- package/Marketplace/117.4367f8afe2698e0a.js +0 -1
- package/Marketplace/assets/bootstrap_light.scss +0 -1142
- package/Marketplace/assets/floatingLabel.scss +0 -187
- package/Marketplace/assets/lbd/_alerts.scss +0 -90
- package/Marketplace/assets/lbd/_bootstrap-switch.scss +0 -128
- package/Marketplace/assets/lbd/_buttons.scss +0 -132
- package/Marketplace/assets/lbd/_cards.scss +0 -256
- package/Marketplace/assets/lbd/_chartist.scss +0 -230
- package/Marketplace/assets/lbd/_checkbox-radio-switch.scss +0 -140
- package/Marketplace/assets/lbd/_dropdown.scss +0 -137
- package/Marketplace/assets/lbd/_footers.scss +0 -75
- package/Marketplace/assets/lbd/_inputs.scss +0 -141
- package/Marketplace/assets/lbd/_misc.scss +0 -120
- package/Marketplace/assets/lbd/_mixins.scss +0 -8
- package/Marketplace/assets/lbd/_navbars.scss +0 -235
- package/Marketplace/assets/lbd/_partial-nucleo-icons.scss +0 -574
- package/Marketplace/assets/lbd/_responsive.scss +0 -482
- package/Marketplace/assets/lbd/_sidebar-and-main-panel.scss +0 -333
- package/Marketplace/assets/lbd/_tables.scss +0 -88
- package/Marketplace/assets/lbd/_typography.scss +0 -91
- package/Marketplace/assets/lbd/_variables.scss +0 -272
- package/Marketplace/assets/lbd/mixins/_buttons.scss +0 -70
- package/Marketplace/assets/lbd/mixins/_cards.scss +0 -8
- package/Marketplace/assets/lbd/mixins/_chartist.scss +0 -87
- package/Marketplace/assets/lbd/mixins/_icons.scss +0 -13
- package/Marketplace/assets/lbd/mixins/_inputs.scss +0 -1
- package/Marketplace/assets/lbd/mixins/_labels.scss +0 -21
- package/Marketplace/assets/lbd/mixins/_morphing-buttons.scss +0 -34
- package/Marketplace/assets/lbd/mixins/_navbars.scss +0 -11
- package/Marketplace/assets/lbd/mixins/_social-buttons.scss +0 -43
- package/Marketplace/assets/lbd/mixins/_tabs.scss +0 -4
- package/Marketplace/assets/lbd/mixins/_transparency.scss +0 -20
- package/Marketplace/assets/lbd/mixins/_vendor-prefixes.scss +0 -211
- package/Marketplace/assets/lbd/plugins/_animate.scss +0 -227
- package/Marketplace/assets/lbd/plugins/_datetime-picker.scss +0 -463
- package/Marketplace/assets/light-bootstrap-dashboard.scss +0 -32
- package/Marketplace/assets/pos_variable.scss +0 -83
- package/Marketplace/assets/sitemap.json +0 -40
- package/Marketplace/assets/stepper-custom.scss +0 -33
- package/Marketplace/assets/variables-custom.scss +0 -191
- package/Marketplace/assets/version-adjustment-v5.scss +0 -287
|
@@ -1,187 +0,0 @@
|
|
|
1
|
-
$fl_borderFocus: #1A73E8;
|
|
2
|
-
$fl_border: #c8d3df;
|
|
3
|
-
$fl_labelFocus: #3F8AEC;
|
|
4
|
-
$fl_labelEmpty: #cccccc;
|
|
5
|
-
$fl_label: #9DA2A6;
|
|
6
|
-
$fl_input: #343434;
|
|
7
|
-
|
|
8
|
-
.form-label-group {
|
|
9
|
-
position: relative;
|
|
10
|
-
margin-bottom: 1rem;
|
|
11
|
-
|
|
12
|
-
> {
|
|
13
|
-
|
|
14
|
-
input {
|
|
15
|
-
height: 3.625rem;
|
|
16
|
-
padding: .75rem;
|
|
17
|
-
color: $fl_input;
|
|
18
|
-
font-size: 0.875rem;
|
|
19
|
-
border-radius: 0.25rem !important;
|
|
20
|
-
border-color: $fl_border;
|
|
21
|
-
|
|
22
|
-
&:focus {
|
|
23
|
-
border: solid 1.5px $fl_borderFocus !important;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
label {
|
|
28
|
-
width: auto;
|
|
29
|
-
position: absolute;
|
|
30
|
-
top: 1.125rem;
|
|
31
|
-
left: 0.75rem;
|
|
32
|
-
display: block;
|
|
33
|
-
margin-bottom: 0;
|
|
34
|
-
/* Override default `<label>` margin */
|
|
35
|
-
line-height: 1.5;
|
|
36
|
-
color: $fl_labelEmpty;
|
|
37
|
-
pointer-events: none;
|
|
38
|
-
cursor: text;
|
|
39
|
-
/* Match the input under the label */
|
|
40
|
-
border: 1px solid transparent;
|
|
41
|
-
border-radius: .25rem;
|
|
42
|
-
transition: all .1s ease-in-out;
|
|
43
|
-
font-size: 0.875rem;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
textarea {
|
|
47
|
-
padding: .75rem;
|
|
48
|
-
color: $fl_input;
|
|
49
|
-
resize: both;
|
|
50
|
-
font-size: 0.875rem;
|
|
51
|
-
border-radius: 0.25rem;
|
|
52
|
-
border-color: $fl_border;
|
|
53
|
-
|
|
54
|
-
~label {
|
|
55
|
-
top: 0.9375rem;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
&:focus {
|
|
59
|
-
border: solid 1.5px $fl_borderFocus !important;
|
|
60
|
-
|
|
61
|
-
~label {
|
|
62
|
-
top: 1rem;
|
|
63
|
-
left: 0.78125rem;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
// For ng-select (single) add [ngClass]="{'empty' : Constants.IsEmpty(ngModel in select)}"
|
|
69
|
-
// For ng-select (multiple) add [ngClass]="{'empty' : Constants.IsEmpty( (ngModel in select).length == 0)}" and add class multiple.
|
|
70
|
-
ng-select ::ng-deep {
|
|
71
|
-
.ng-select-container {
|
|
72
|
-
min-height: 3.625rem;
|
|
73
|
-
border-color: $fl_border;
|
|
74
|
-
box-shadow: none;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
ng-select {
|
|
79
|
-
~label {
|
|
80
|
-
display: inline-block;
|
|
81
|
-
top: -0.625rem;
|
|
82
|
-
background-color: white;
|
|
83
|
-
font-size: 0.75rem !important;
|
|
84
|
-
color: $fl_label;
|
|
85
|
-
padding: 0 0.25rem;
|
|
86
|
-
z-index: 2000;
|
|
87
|
-
left: 0.5rem;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&.multiple {
|
|
93
|
-
ng-select ::ng-deep {
|
|
94
|
-
.ng-input {
|
|
95
|
-
padding-left: 0.25rem !important;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.ng-placeholder {
|
|
99
|
-
top: 18px !important;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
&.radio {
|
|
105
|
-
height: 3.625rem;
|
|
106
|
-
padding: .75rem;
|
|
107
|
-
color: $fl_input;
|
|
108
|
-
border-radius: 0.25rem !important;
|
|
109
|
-
border: solid 1px $fl_border;
|
|
110
|
-
|
|
111
|
-
label {
|
|
112
|
-
background-color: white;
|
|
113
|
-
font-size: 0.75rem !important;
|
|
114
|
-
color: $fl_label;
|
|
115
|
-
top: -10px !important;
|
|
116
|
-
padding: 0 0.25rem;
|
|
117
|
-
left: 0.5rem;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
&.empty {
|
|
122
|
-
ng-select {
|
|
123
|
-
~label {
|
|
124
|
-
display: none;
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
input,
|
|
130
|
-
textarea {
|
|
131
|
-
|
|
132
|
-
&::-webkit-input-placeholder,
|
|
133
|
-
&:-ms-input-placeholder,
|
|
134
|
-
&::-ms-input-placeholder,
|
|
135
|
-
&::-moz-placeholder,
|
|
136
|
-
&::placeholder {
|
|
137
|
-
color: transparent;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
input,
|
|
142
|
-
textarea {
|
|
143
|
-
&:not(:placeholder-shown) {
|
|
144
|
-
~label {
|
|
145
|
-
background-color: white;
|
|
146
|
-
font-size: 0.75rem !important;
|
|
147
|
-
color: $fl_label;
|
|
148
|
-
top: -10px !important;
|
|
149
|
-
padding: 0 0.25rem;
|
|
150
|
-
left: 0.5rem;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
&:focus {
|
|
154
|
-
~label {
|
|
155
|
-
color: $fl_labelFocus;
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
ng-select ::ng-deep {
|
|
163
|
-
.ng-placeholder {
|
|
164
|
-
padding-left: 0.25rem;
|
|
165
|
-
color: $fl_labelEmpty !important;
|
|
166
|
-
font-size: 0.875rem;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.ng-has-value {
|
|
170
|
-
.ng-value {
|
|
171
|
-
// position: absolute;
|
|
172
|
-
padding-left: 0.25rem;
|
|
173
|
-
font-size: 0.875rem;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.ng-value-container {
|
|
178
|
-
overflow: initial !important;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.ng-input {
|
|
182
|
-
top: auto !important;
|
|
183
|
-
padding-left: 0.875rem !important;
|
|
184
|
-
font-size: 0.875rem;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
.alert{
|
|
2
|
-
border: 0;
|
|
3
|
-
border-radius: 0;
|
|
4
|
-
color: #FFFFFF;
|
|
5
|
-
padding: 10px 15px;
|
|
6
|
-
font-size: 14px;
|
|
7
|
-
|
|
8
|
-
.container &{
|
|
9
|
-
border-radius: 4px;
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
.navbar &{
|
|
13
|
-
border-radius: 0;
|
|
14
|
-
left: 0;
|
|
15
|
-
position: absolute;
|
|
16
|
-
right: 0;
|
|
17
|
-
top: 85px;
|
|
18
|
-
width: 100%;
|
|
19
|
-
z-index: 3;
|
|
20
|
-
}
|
|
21
|
-
.navbar:not(.navbar-transparent) &{
|
|
22
|
-
top: 70px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
span[data-notify="icon"]{
|
|
26
|
-
font-size: 30px;
|
|
27
|
-
display: block;
|
|
28
|
-
left: 15px;
|
|
29
|
-
position: absolute;
|
|
30
|
-
top: 50%;
|
|
31
|
-
margin-top: -15px;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
i.nc-simple-remove{
|
|
35
|
-
font-size: 12px !important;
|
|
36
|
-
font: bold normal normal 14px/1 'nucleo-icons';
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
button.close{
|
|
40
|
-
position: absolute;
|
|
41
|
-
right: 10px;
|
|
42
|
-
top: 50%;
|
|
43
|
-
margin-top: -13px;
|
|
44
|
-
z-index: 1033;
|
|
45
|
-
background-color: #FFFFFF;
|
|
46
|
-
display: block;
|
|
47
|
-
border-radius: 50%;
|
|
48
|
-
opacity: .4;
|
|
49
|
-
line-height: 9px;
|
|
50
|
-
width: 25px;
|
|
51
|
-
height: 25px;
|
|
52
|
-
outline: 0 !important;
|
|
53
|
-
text-align: center;
|
|
54
|
-
padding: 3px;
|
|
55
|
-
font-weight: 300;
|
|
56
|
-
|
|
57
|
-
&:hover{
|
|
58
|
-
opacity: .55;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.close ~ span{
|
|
63
|
-
display: block;
|
|
64
|
-
max-width: 89%;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
&[data-notify="container"]{
|
|
68
|
-
padding: 10px 10px 10px 20px;
|
|
69
|
-
border-radius: $border-radius-base;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&.alert-with-icon{
|
|
73
|
-
padding-left: 65px;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
.alert-primary{
|
|
77
|
-
background-color: $blue-navbar;
|
|
78
|
-
}
|
|
79
|
-
.alert-info{
|
|
80
|
-
background-color: $azure-navbar;
|
|
81
|
-
}
|
|
82
|
-
.alert-success {
|
|
83
|
-
background-color: $green-navbar;
|
|
84
|
-
}
|
|
85
|
-
.alert-warning {
|
|
86
|
-
background-color: $orange-navbar;
|
|
87
|
-
}
|
|
88
|
-
.alert-danger {
|
|
89
|
-
background-color: $red-navbar;
|
|
90
|
-
}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
.bootstrap-switch {
|
|
2
|
-
display: inline-block;
|
|
3
|
-
direction: ltr;
|
|
4
|
-
cursor: pointer;
|
|
5
|
-
border-radius: 30px;
|
|
6
|
-
border: 0;
|
|
7
|
-
position: relative;
|
|
8
|
-
text-align: left;
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
margin-bottom: 5px;
|
|
11
|
-
margin-left: 66px;
|
|
12
|
-
line-height: 8px;
|
|
13
|
-
width: 61px !important;
|
|
14
|
-
height: 26px;
|
|
15
|
-
outline: none;
|
|
16
|
-
z-index: 0;
|
|
17
|
-
margin-right: 1px;
|
|
18
|
-
-webkit-user-select: none;
|
|
19
|
-
-moz-user-select: none;
|
|
20
|
-
-ms-user-select: none;
|
|
21
|
-
user-select: none;
|
|
22
|
-
vertical-align: middle;
|
|
23
|
-
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
24
|
-
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.bootstrap-switch .bootstrap-switch-container {
|
|
28
|
-
display: inline-flex;
|
|
29
|
-
top: 0;
|
|
30
|
-
height: 26px;
|
|
31
|
-
border-radius: 4px;
|
|
32
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
33
|
-
transform: translate3d(0, 0, 0);
|
|
34
|
-
width: 100px !important;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.bootstrap-switch .bootstrap-switch-handle-on,
|
|
38
|
-
.bootstrap-switch .bootstrap-switch-handle-off,
|
|
39
|
-
.bootstrap-switch .bootstrap-switch-label {
|
|
40
|
-
-webkit-box-sizing: border-box;
|
|
41
|
-
-moz-box-sizing: border-box;
|
|
42
|
-
box-sizing: border-box;
|
|
43
|
-
cursor: pointer;
|
|
44
|
-
display: inline-block !important;
|
|
45
|
-
height: 100%;
|
|
46
|
-
color: #fff;
|
|
47
|
-
padding: 6px 10px;
|
|
48
|
-
font-size: 11px;
|
|
49
|
-
text-indent: -5px;
|
|
50
|
-
line-height: 15px;
|
|
51
|
-
-webkit-transition: 0.25s ease-out;
|
|
52
|
-
transition: 0.25s ease-out;
|
|
53
|
-
|
|
54
|
-
i{
|
|
55
|
-
font-size: 12px;
|
|
56
|
-
line-height: 14px;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.bootstrap-switch .bootstrap-switch-handle-on,
|
|
61
|
-
.bootstrap-switch .bootstrap-switch-handle-off {
|
|
62
|
-
text-align: center;
|
|
63
|
-
z-index: 1;
|
|
64
|
-
float: left;
|
|
65
|
-
width: 50% !important;
|
|
66
|
-
background-color: $info-color;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
.bootstrap-switch .bootstrap-switch-label {
|
|
71
|
-
text-align: center;
|
|
72
|
-
z-index: 100;
|
|
73
|
-
color: #333333;
|
|
74
|
-
background: #ffffff;
|
|
75
|
-
width: 22px !important;
|
|
76
|
-
height: 22px;
|
|
77
|
-
margin: 2px -11px;
|
|
78
|
-
border-radius: 12px;
|
|
79
|
-
position: relative;
|
|
80
|
-
float: left;
|
|
81
|
-
padding: 0;
|
|
82
|
-
background-color: #FFFFFF;
|
|
83
|
-
box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.bootstrap-switch .bootstrap-switch-handle-on {
|
|
87
|
-
border-bottom-left-radius: 3px;
|
|
88
|
-
border-top-left-radius: 3px;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.bootstrap-switch .bootstrap-switch-handle-off {
|
|
92
|
-
text-indent: 6px;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.bootstrap-switch input[type='radio'],
|
|
96
|
-
.bootstrap-switch input[type='checkbox'] {
|
|
97
|
-
position: absolute !important;
|
|
98
|
-
top: 0;
|
|
99
|
-
left: 0;
|
|
100
|
-
opacity: 0;
|
|
101
|
-
filter: alpha(opacity=0);
|
|
102
|
-
z-index: -1;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
|
|
107
|
-
-webkit-transition: margin-left 0.5s;
|
|
108
|
-
transition: margin-left 0.5s;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
|
|
113
|
-
margin-left: -2px !important;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
|
|
117
|
-
margin-left: -37px !important;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
|
|
121
|
-
width: 26px !important;
|
|
122
|
-
margin: 2px -15px;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
|
|
126
|
-
width: 26px !important;
|
|
127
|
-
margin: 2px -15px -13px -11px;
|
|
128
|
-
}
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
.btn{
|
|
2
|
-
border-width: $border-thick;
|
|
3
|
-
background-color: $transparent-bg;
|
|
4
|
-
font-weight: $font-weight-normal;
|
|
5
|
-
|
|
6
|
-
@include opacity(.8);
|
|
7
|
-
padding: $padding-base-vertical $padding-base-horizontal;
|
|
8
|
-
|
|
9
|
-
@include btn-styles($default-color, $default-states-color);
|
|
10
|
-
|
|
11
|
-
&:hover,
|
|
12
|
-
&:focus{
|
|
13
|
-
@include opacity(1);
|
|
14
|
-
outline: 0 !important;
|
|
15
|
-
box-shadow: none;
|
|
16
|
-
}
|
|
17
|
-
&:active,
|
|
18
|
-
&.active,
|
|
19
|
-
.open > &.dropdown-toggle {
|
|
20
|
-
@include box-shadow(none);
|
|
21
|
-
outline: 0 !important;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&.btn-icon{
|
|
25
|
-
padding: $padding-base-vertical;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
// Apply the mixin to the buttons
|
|
31
|
-
//.btn-default { @include btn-styles($default-color, $default-states-color); }
|
|
32
|
-
.btn-primary { @include btn-styles($primary-color, $primary-states-color); }
|
|
33
|
-
.btn-success { @include btn-styles($success-color, $success-states-color); }
|
|
34
|
-
.btn-info { @include btn-styles($info-color, $info-states-color); }
|
|
35
|
-
.btn-warning { @include btn-styles($warning-color, $warning-states-color); }
|
|
36
|
-
.btn-danger { @include btn-styles($danger-color, $danger-states-color); }
|
|
37
|
-
.btn-neutral {
|
|
38
|
-
@include btn-styles($white-color, $white-color);
|
|
39
|
-
|
|
40
|
-
&:active,
|
|
41
|
-
&.active,
|
|
42
|
-
.open > &.dropdown-toggle{
|
|
43
|
-
background-color: $white-color;
|
|
44
|
-
color: $default-color;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
&.btn-fill,
|
|
48
|
-
&.btn-fill:hover,
|
|
49
|
-
&.btn-fill:focus{
|
|
50
|
-
color: $default-color;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
&.btn-simple:active,
|
|
54
|
-
&.btn-simple.active{
|
|
55
|
-
background-color: transparent;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.btn{
|
|
60
|
-
&:disabled,
|
|
61
|
-
&[disabled],
|
|
62
|
-
&.disabled{
|
|
63
|
-
@include opacity(.5);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
.btn-round{
|
|
67
|
-
border-width: $border-thin;
|
|
68
|
-
border-radius: $btn-round-radius !important;
|
|
69
|
-
padding: $padding-round-vertical $padding-round-horizontal;
|
|
70
|
-
|
|
71
|
-
&.btn-icon{
|
|
72
|
-
padding: $padding-round-vertical;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
.btn-simple{
|
|
76
|
-
border: $none;
|
|
77
|
-
font-size: $font-size-medium;
|
|
78
|
-
padding: $padding-base-vertical $padding-base-horizontal;
|
|
79
|
-
|
|
80
|
-
&.btn-icon{
|
|
81
|
-
padding: $padding-base-vertical;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
.btn-lg{
|
|
85
|
-
@include btn-size($padding-large-vertical, $padding-large-horizontal, $font-size-large, $border-radius-large);
|
|
86
|
-
font-weight: $font-weight-normal;
|
|
87
|
-
}
|
|
88
|
-
.btn-sm{
|
|
89
|
-
@include btn-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $border-radius-small);
|
|
90
|
-
}
|
|
91
|
-
.btn-xs {
|
|
92
|
-
@include btn-size($padding-xs-vertical, $padding-xs-horizontal, $font-size-small, $border-radius-small);
|
|
93
|
-
}
|
|
94
|
-
.btn-wd {
|
|
95
|
-
min-width: 140px;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.btn-group.select{
|
|
99
|
-
width: 100%;
|
|
100
|
-
}
|
|
101
|
-
.btn-group.select .btn{
|
|
102
|
-
text-align: left;
|
|
103
|
-
}
|
|
104
|
-
.btn-group.select .caret{
|
|
105
|
-
position: absolute;
|
|
106
|
-
top: 50%;
|
|
107
|
-
margin-top: -1px;
|
|
108
|
-
right: 8px;
|
|
109
|
-
}
|
|
110
|
-
.btn-social{
|
|
111
|
-
opacity: 0.85;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.btn-twitter{
|
|
115
|
-
border-color: $social-twitter;
|
|
116
|
-
color: $social-twitter;
|
|
117
|
-
&:hover{
|
|
118
|
-
opacity: 1 !important;
|
|
119
|
-
border-color: $social-twitter;
|
|
120
|
-
color: $social-twitter;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
.btn-facebook{
|
|
124
|
-
border-color: $social-facebook;
|
|
125
|
-
color: $social-facebook;
|
|
126
|
-
|
|
127
|
-
&:hover{
|
|
128
|
-
opacity: 1 !important;
|
|
129
|
-
border-color: $social-facebook;
|
|
130
|
-
color: $social-facebook;
|
|
131
|
-
}
|
|
132
|
-
}
|