boletia_ui 0.1.1
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.
- checksums.yaml +7 -0
- data/README.md +42 -0
- data/lib/boletia_ui/version.rb +3 -0
- data/lib/boletia_ui.rb +8 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.css +53 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.eot +0 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.js +84 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.svg +404 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.ttf +0 -0
- data/vendor/assets/boletia_ui/fonts/ss-standard.woff +0 -0
- data/vendor/assets/boletia_ui/images/cancel.png +0 -0
- data/vendor/assets/boletia_ui/images/check.png +0 -0
- data/vendor/assets/boletia_ui/images/default-search.png +0 -0
- data/vendor/assets/boletia_ui/images/download.png +0 -0
- data/vendor/assets/boletia_ui/images/edit.png +0 -0
- data/vendor/assets/boletia_ui/images/icon-logo140.png +0 -0
- data/vendor/assets/boletia_ui/images/logo/header-logo-black.png +0 -0
- data/vendor/assets/boletia_ui/images/logo/header-logo-white.png +0 -0
- data/vendor/assets/boletia_ui/images/logo/icon-logo140.png +0 -0
- data/vendor/assets/boletia_ui/images/resend.png +0 -0
- data/vendor/assets/boletia_ui/images/trash.png +0 -0
- data/vendor/assets/boletia_ui/images/trophy.png +0 -0
- data/vendor/assets/boletia_ui/images/white-resend.png +0 -0
- data/vendor/assets/boletia_ui/images/white-search.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/boletia-ui/boletia-ui-components.js +117 -0
- data/vendor/assets/boletia_ui/javascripts/boletia-ui/classie.js +80 -0
- data/vendor/assets/boletia_ui/javascripts/boletia-ui/select_fx.js +335 -0
- data/vendor/assets/boletia_ui/javascripts/charts/Chart.Legend.js +56 -0
- data/vendor/assets/boletia_ui/javascripts/charts/chart.min.js +11 -0
- data/vendor/assets/boletia_ui/javascripts/charts/refundCharts.js +167 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.Bar.js +302 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.Core.js +2002 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.Doughnut.js +184 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.Line.js +374 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.PolarArea.js +250 -0
- data/vendor/assets/boletia_ui/javascripts/charts/src/Chart.Radar.js +343 -0
- data/vendor/assets/boletia_ui/javascripts/counter/counter.js +12 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_flat_55_ffffff_40x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-icons_0073ea_256x240.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-icons_454545_256x240.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-icons_666666_256x240.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-icons_ff0084_256x240.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/images/ui-icons_ffffff_256x240.png +0 -0
- data/vendor/assets/boletia_ui/javascripts/jquery-ui/jquery-ui.min.js +8 -0
- data/vendor/assets/boletia_ui/javascripts/scrolling-header/scrolling-header.js +41 -0
- data/vendor/assets/boletia_ui/javascripts/styleguide/styleguide.js +87 -0
- data/vendor/assets/boletia_ui/javascripts/tooltips/jquery.tooltipster.min.js +1 -0
- data/vendor/assets/boletia_ui/javascripts/vendor/magnific-popup/core.js +966 -0
- data/vendor/assets/boletia_ui/javascripts/vendor/magnific-popup/fastclick.js +93 -0
- data/vendor/assets/boletia_ui/javascripts/vendor/magnific-popup/image.js +245 -0
- data/vendor/assets/boletia_ui/javascripts/vendor/magnific-popup/inline.js +66 -0
- data/vendor/assets/boletia_ui/stylesheets/boletia-admin.css.scss +41 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.css +53 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.eot +0 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.js +84 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.svg +404 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.ttf +0 -0
- data/vendor/assets/boletia_ui/stylesheets/fonts/ss-standard.woff +0 -0
- data/vendor/assets/boletia_ui/stylesheets/jquery-ui/jquery-ui.min.css +7 -0
- data/vendor/assets/boletia_ui/stylesheets/jquery-ui/jquery-ui.structure.min.css +5 -0
- data/vendor/assets/boletia_ui/stylesheets/jquery-ui/jquery-ui.theme.css +410 -0
- data/vendor/assets/boletia_ui/stylesheets/layouts/_event_details.scss +100 -0
- data/vendor/assets/boletia_ui/stylesheets/layouts/_refund-wizard.scss +290 -0
- data/vendor/assets/boletia_ui/stylesheets/layouts/_sales.scss +17 -0
- data/vendor/assets/boletia_ui/stylesheets/layouts/_style_guide.scss +216 -0
- data/vendor/assets/boletia_ui/stylesheets/menu/_footer.scss +117 -0
- data/vendor/assets/boletia_ui/stylesheets/menu/_header.scss +314 -0
- data/vendor/assets/boletia_ui/stylesheets/menu/_new_front_footer.scss +117 -0
- data/vendor/assets/boletia_ui/stylesheets/menu/_new_front_header.scss +314 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_alerts.scss +183 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_base.scss +376 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_boletia-cards.scss +401 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_buttons.scss +200 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_dashboard.scss +192 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_forms.scss +395 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_grid.scss +85 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_tables.scss +139 -0
- data/vendor/assets/boletia_ui/stylesheets/partials/_wizard.scss +125 -0
- data/vendor/assets/boletia_ui/stylesheets/vendor/_select.scss +109 -0
- data/vendor/assets/boletia_ui/stylesheets/vendor/magnific-popup/_magnific.scss +642 -0
- data/vendor/assets/boletia_ui/stylesheets/vendor/magnific-popup/_settings.scss +45 -0
- data/vendor/assets/boletia_ui/stylesheets/vendor/tooltipster.css +274 -0
- metadata +174 -0
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
/* DASHBOARD GENERAL ELEMENTS */
|
|
2
|
+
|
|
3
|
+
.c-dashboard {padding-top: $base-space * 4}
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
.c-dashboard__header {
|
|
7
|
+
border-bottom: 1px solid $lightgray;
|
|
8
|
+
margin-bottom: 1.4rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.c-dashboard__title {
|
|
12
|
+
margin-bottom: $base-space * 2;
|
|
13
|
+
text-transform: uppercase;
|
|
14
|
+
font-weight: 500;
|
|
15
|
+
letter-spacing: 1px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
.c-dashboard__subtitle {
|
|
20
|
+
margin-bottom: $base-space;
|
|
21
|
+
border-bottom: 1px dotted darken($lightgray,20%);
|
|
22
|
+
padding-bottom: $base-space;
|
|
23
|
+
font-weight: normal;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
.c-dashboard__filter {
|
|
28
|
+
font-size: 1.8rem;
|
|
29
|
+
font-weight: 300;
|
|
30
|
+
margin-bottom: 1.4rem;
|
|
31
|
+
|
|
32
|
+
select { display: inline-block;}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
.c-dashboard__label {
|
|
38
|
+
font-weight: normal;
|
|
39
|
+
text-transform: uppercase;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
.c-dashboard__chart {
|
|
44
|
+
margin-top: 1rem;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
.c-dashboard__subsection {background:darken($lightgray,4%);}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
.c-dashboard__finished-message{
|
|
53
|
+
font-weight: 500;
|
|
54
|
+
margin-bottom: $base-space * 2;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
/* STATISTICS CARD */
|
|
59
|
+
|
|
60
|
+
.c-statistics-card {
|
|
61
|
+
padding:$base-space;
|
|
62
|
+
display: table;
|
|
63
|
+
height:22rem;
|
|
64
|
+
width: 100%;
|
|
65
|
+
@extend .u-border-box;
|
|
66
|
+
@extend .u-text-center;
|
|
67
|
+
@extend .o-boletia-card;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.c-statistics-card__label {
|
|
71
|
+
text-transform: uppercase;
|
|
72
|
+
font-weight: normal;
|
|
73
|
+
color: lighten($darkblue,10%);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.c-statistics-card__counter {
|
|
77
|
+
display: table-cell;
|
|
78
|
+
color: lighten($darkblue,10%);
|
|
79
|
+
@extend .u-inline-block-middle;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.c-statistics-card__data {
|
|
83
|
+
font-size: 8.8rem;
|
|
84
|
+
line-height: 1;
|
|
85
|
+
font-weight: 200;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
.c-statistics-card__data--small {
|
|
90
|
+
font-size: 3.4rem;
|
|
91
|
+
font-weight: 300;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
.c-statistics-card--is-new {
|
|
97
|
+
border-top: 10px solid $darkblue;
|
|
98
|
+
|
|
99
|
+
a{
|
|
100
|
+
margin-top: $base-space;
|
|
101
|
+
display: block
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.c-statistics-card--is-good {
|
|
106
|
+
border-top: 10px solid $green;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.c-statistics-card--is-bad {
|
|
110
|
+
border-top: 10px solid $red;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
.c-statistics-number__data {
|
|
116
|
+
font-size: 4.2rem;
|
|
117
|
+
line-height: 1;
|
|
118
|
+
font-weight: 700;
|
|
119
|
+
color: $darkblue;
|
|
120
|
+
letter-spacing: -1px;
|
|
121
|
+
margin-bottom: 1.4rem;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.c-statistics-number__label {
|
|
125
|
+
font-size: 1.4rem;
|
|
126
|
+
color: $bodytext;
|
|
127
|
+
font-weight: normal;
|
|
128
|
+
margin-bottom: 0.4rem;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
/*** LEGEND ***/
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
.o-chart-legend__title {
|
|
137
|
+
display: inline-block;
|
|
138
|
+
margin-bottom: 1.2rem;
|
|
139
|
+
margin-right: 0.8rem
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.o-chart-legend__color-sample {
|
|
143
|
+
display: block;
|
|
144
|
+
@extend .u-left;
|
|
145
|
+
width: 1em;
|
|
146
|
+
height: 1em;
|
|
147
|
+
border: 2px solid; /* Comment out if you don't want to show the fillColor */
|
|
148
|
+
margin-right: 0.5em;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
/*** CHART TYPES ***/
|
|
154
|
+
|
|
155
|
+
.c-donutchart {position: relative;}
|
|
156
|
+
|
|
157
|
+
.c-donutchart__counter {
|
|
158
|
+
position: absolute;
|
|
159
|
+
color: lighten($darkblue,10%);
|
|
160
|
+
width:50%;
|
|
161
|
+
@extend .u-text-center;
|
|
162
|
+
top: 30%;
|
|
163
|
+
left:50%;
|
|
164
|
+
margin-left: -25%;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.c-donutchart__number {
|
|
168
|
+
font-size: 5.8rem;
|
|
169
|
+
line-height: .8;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.c-donutchart__label {
|
|
173
|
+
width: 10rem;
|
|
174
|
+
line-height: 1.2;
|
|
175
|
+
font-weight: normal;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
/* ICONS */
|
|
183
|
+
|
|
184
|
+
.u-finished-icon{
|
|
185
|
+
background: url('../images/trophy.png') no-repeat center top;
|
|
186
|
+
background-size: contain;
|
|
187
|
+
width: 15rem;
|
|
188
|
+
height:15rem;
|
|
189
|
+
margin-bottom: $base-space * 2;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
|
|
@@ -0,0 +1,395 @@
|
|
|
1
|
+
/* FORM GENERAL ELEMENTS */
|
|
2
|
+
|
|
3
|
+
input[type="text"],
|
|
4
|
+
input[type="button"],
|
|
5
|
+
button,
|
|
6
|
+
input[type="email"],
|
|
7
|
+
textarea,
|
|
8
|
+
label,
|
|
9
|
+
select {
|
|
10
|
+
font-size: 1.4rem;
|
|
11
|
+
font-family: $regular
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
fieldset{
|
|
16
|
+
margin: 0;
|
|
17
|
+
padding: 0;
|
|
18
|
+
border:none
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.u-fieldset-title {
|
|
22
|
+
width: 100%;
|
|
23
|
+
position: relative;
|
|
24
|
+
text-transform: uppercase;
|
|
25
|
+
font-weight: normal;
|
|
26
|
+
display: block;
|
|
27
|
+
margin-bottom: $base-space;
|
|
28
|
+
font-size: 1.4rem;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
label {
|
|
32
|
+
color: $darkgray;
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
font-weight: bold;
|
|
35
|
+
line-height: 1.4;
|
|
36
|
+
display: inline-block;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
.u-form-field { margin-bottom: $base-space * 1.5; }
|
|
41
|
+
|
|
42
|
+
.u-type-select-field { margin-bottom: $base-space * .5 }
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
.u-help-text {
|
|
46
|
+
font-size: 1.4rem;
|
|
47
|
+
display: inline-block;
|
|
48
|
+
font-style: italic;
|
|
49
|
+
margin-top: $base-space *.5;
|
|
50
|
+
line-height: 1.2;
|
|
51
|
+
color: darken($gray,10%);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.u-required-field {
|
|
55
|
+
color:darken($gray,30%);
|
|
56
|
+
font-weight: bold;
|
|
57
|
+
margin-left: $base-space * .25;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/* INPUT ELEMENTS */
|
|
62
|
+
|
|
63
|
+
input[type="text"],input[type="email"],textarea,input[type="date"], {
|
|
64
|
+
display: block;
|
|
65
|
+
width: 100%;
|
|
66
|
+
@extend .u-border-box;
|
|
67
|
+
padding: $base-space * 0.5;
|
|
68
|
+
border: 1px solid darken($lightgray,10%);
|
|
69
|
+
background: lighten($lightgray,5%);
|
|
70
|
+
position: relative;
|
|
71
|
+
color: darken($bodytext,10%);
|
|
72
|
+
-webkit-box-shadow: none;
|
|
73
|
+
-moz-box-shadow: none;
|
|
74
|
+
box-shadow: none;
|
|
75
|
+
@include animate;
|
|
76
|
+
|
|
77
|
+
&:focus{background:$white;border-color:darken($gray,10%)}
|
|
78
|
+
|
|
79
|
+
&.error{border-color:darken($red,10%);}
|
|
80
|
+
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
textarea {height: 12rem}
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
/* VALIDATIONS */
|
|
87
|
+
|
|
88
|
+
.u-inline-validation {
|
|
89
|
+
margin-top: $base-space * 2.5;
|
|
90
|
+
line-height: 1.5;
|
|
91
|
+
font-size: 1.4rem;
|
|
92
|
+
|
|
93
|
+
.u-input-icon{
|
|
94
|
+
width: 100%;
|
|
95
|
+
height: 2rem;
|
|
96
|
+
background-size: 1.5rem;
|
|
97
|
+
padding-left:$base-space * 1.5;
|
|
98
|
+
background-repeat:no-repeat;
|
|
99
|
+
background-position: left center;
|
|
100
|
+
background-size: 1.5rem;
|
|
101
|
+
|
|
102
|
+
&.is-valid {
|
|
103
|
+
background-image:url(../icons/check.png);
|
|
104
|
+
color:$darkgreen;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
&.is-invalid {
|
|
108
|
+
color:$red;
|
|
109
|
+
background-image:url(../icons/error.png);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
.u-field-error {
|
|
116
|
+
font-size: 1.4rem;
|
|
117
|
+
display: inline-block;
|
|
118
|
+
font-style: italic;
|
|
119
|
+
margin-top: $base-space *.5;
|
|
120
|
+
line-height: 1.2;
|
|
121
|
+
color: $red;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/* CUSTOM FILE UPLOAD */
|
|
125
|
+
|
|
126
|
+
.u-file-upload {
|
|
127
|
+
|
|
128
|
+
background: $lightgray;
|
|
129
|
+
display: block;
|
|
130
|
+
border: darken($lightgray,10%);
|
|
131
|
+
cursor: pointer;
|
|
132
|
+
padding: $base-space * 2;
|
|
133
|
+
|
|
134
|
+
input[type="file"] {
|
|
135
|
+
position: absolute;
|
|
136
|
+
left: -1000rem;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
/* DATE PICKER */
|
|
143
|
+
|
|
144
|
+
input[type="text"].js-datepicker {
|
|
145
|
+
padding: $base-space * 0.35;
|
|
146
|
+
font-size: 1.3rem;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
/* SELECT */
|
|
151
|
+
|
|
152
|
+
.u-select-wrapper {
|
|
153
|
+
display: block;
|
|
154
|
+
width: 100%;
|
|
155
|
+
border: 1px solid darken($lightgray,10%);
|
|
156
|
+
background: lighten($lightgray,5%);
|
|
157
|
+
position: relative;
|
|
158
|
+
@extend .u-border-box;
|
|
159
|
+
|
|
160
|
+
&:after {
|
|
161
|
+
content:'›';
|
|
162
|
+
font-family: "SSStandard";
|
|
163
|
+
font-size:2.6rem;
|
|
164
|
+
color: $gray;
|
|
165
|
+
right:1rem;
|
|
166
|
+
top:-.3rem;
|
|
167
|
+
position:absolute;
|
|
168
|
+
pointer-events:none;
|
|
169
|
+
-webkit-transform: rotate(90deg);
|
|
170
|
+
-moz-transform: rotate(90deg);
|
|
171
|
+
-ms-transform: rotate(90deg);
|
|
172
|
+
-o-transform: rotate(90deg);
|
|
173
|
+
transform: rotate(90deg);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.u-select-wrapper--small {
|
|
179
|
+
border-width: 1px;
|
|
180
|
+
width: 80%;
|
|
181
|
+
|
|
182
|
+
&:after {
|
|
183
|
+
font-size:.8rem;
|
|
184
|
+
right:1rem;
|
|
185
|
+
top:1rem;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
select {
|
|
191
|
+
width: 100%;
|
|
192
|
+
padding: $base-space * 0.35;
|
|
193
|
+
@extend .u-border-box;
|
|
194
|
+
background: none;
|
|
195
|
+
color: darken($bodytext,10%);
|
|
196
|
+
border:none;
|
|
197
|
+
outline:none;
|
|
198
|
+
display: inline-block;
|
|
199
|
+
-webkit-appearance:none;
|
|
200
|
+
-moz-appearance:none;
|
|
201
|
+
appearance:none;
|
|
202
|
+
cursor:pointer;
|
|
203
|
+
font-size: 1.3rem;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
/* CHECKBOX VALIDATION */
|
|
208
|
+
|
|
209
|
+
.u-check-message {
|
|
210
|
+
display: block;
|
|
211
|
+
margin: $base-space 0;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
/* SMALL INPUTS */
|
|
218
|
+
|
|
219
|
+
.u-input--small {
|
|
220
|
+
|
|
221
|
+
input[type="text"],input[type="email"],textarea, .select-wrapper select {
|
|
222
|
+
padding: $base-space * .5;
|
|
223
|
+
font-size: 1.3rem;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
textarea {height: 8rem;}
|
|
227
|
+
|
|
228
|
+
.u-select-wrapper:after {top:.8rem}
|
|
229
|
+
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
/* ASSIGN SEAT INPUTS */
|
|
235
|
+
|
|
236
|
+
.u-assign-seat__label {
|
|
237
|
+
font-size: 1.6rem;
|
|
238
|
+
margin: $base-space 0 $base-space *.5
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.u-assign-seat__input {
|
|
242
|
+
margin-bottom: $base-space * 2
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
/* EMPTY STATE FORM */
|
|
247
|
+
|
|
248
|
+
.o-empty-state-form {
|
|
249
|
+
display: block;
|
|
250
|
+
padding: $base-space * 2 $base-space * 2;
|
|
251
|
+
background: $lightgray;
|
|
252
|
+
border: 1px solid darken($lightgray,2%);
|
|
253
|
+
text-align: center;
|
|
254
|
+
text-decoration: none;
|
|
255
|
+
@include animate;
|
|
256
|
+
|
|
257
|
+
&:hover {
|
|
258
|
+
text-decoration: none;
|
|
259
|
+
background: darken($lightgray,2%);
|
|
260
|
+
border: 1px solid darken($lightgray,4%);
|
|
261
|
+
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
.o-empty-state-form__description {
|
|
268
|
+
color: $bodytext;
|
|
269
|
+
font-size: 1.8rem;
|
|
270
|
+
margin-bottom: 0;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
/** SEARCH ELEMENT */
|
|
277
|
+
|
|
278
|
+
.o-search {position: relative;}
|
|
279
|
+
|
|
280
|
+
.o-search__icon {
|
|
281
|
+
background-size: 100%;
|
|
282
|
+
position: absolute;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
.o-search--default{
|
|
287
|
+
|
|
288
|
+
.o-search__input {
|
|
289
|
+
background: lighten($lightgray,5%);
|
|
290
|
+
border:1px solid darken($lightgray,10%);
|
|
291
|
+
@include border-radius(5px);
|
|
292
|
+
padding: $base-space $base-space $base-space $base-space * 3;
|
|
293
|
+
width: 100%;
|
|
294
|
+
color: $darkgray;
|
|
295
|
+
@include animate;
|
|
296
|
+
@extend .u-border-box;
|
|
297
|
+
display: block;
|
|
298
|
+
|
|
299
|
+
&:focus {background:$white;}
|
|
300
|
+
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
.o-search--medium{
|
|
307
|
+
|
|
308
|
+
.o-search__input {
|
|
309
|
+
padding: $base-space * 0.75 $base-space * 0.75 $base-space * 0.75 $base-space * 3;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.o-search__icon{
|
|
313
|
+
width: 1.5rem;
|
|
314
|
+
height: 1.5rem;
|
|
315
|
+
top: 1.4rem;
|
|
316
|
+
left:1.8rem;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.o-search__input {
|
|
320
|
+
font-size: 1.6rem;
|
|
321
|
+
border-width: 1px;
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
.o-search--big{
|
|
327
|
+
|
|
328
|
+
.o-search__icon{
|
|
329
|
+
width: 1.8rem;
|
|
330
|
+
height: 1.8rem;
|
|
331
|
+
top:2rem;
|
|
332
|
+
left:1.8rem;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.o-search__input {
|
|
336
|
+
font-size: 2.29rem;
|
|
337
|
+
border-width: 2px;
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
/* SEARCH FILTERS */
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
.o-search-filters {
|
|
348
|
+
margin-top: 1.2rem;
|
|
349
|
+
margin-bottom: 3.0rem;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.o-search-filters__filter-name {
|
|
353
|
+
font-size: 1.4rem;
|
|
354
|
+
display: inline-block;
|
|
355
|
+
margin-bottom: 0.2rem;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.o-search-filters__tags {
|
|
359
|
+
|
|
360
|
+
li {
|
|
361
|
+
display: inline-block;
|
|
362
|
+
margin-right: 0.5rem;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
li:last-child{margin-right: 0;}
|
|
366
|
+
|
|
367
|
+
a {
|
|
368
|
+
display: inline-block;
|
|
369
|
+
background: $darkgray;
|
|
370
|
+
color: $lightgray;
|
|
371
|
+
padding: $base-space * 0.25 $base-space * 0.75;
|
|
372
|
+
font-size: 1.3rem;
|
|
373
|
+
text-decoration: none;
|
|
374
|
+
@include border-radius(4px);
|
|
375
|
+
@include animate;
|
|
376
|
+
|
|
377
|
+
&:hover,&:focus {
|
|
378
|
+
background: $blue;
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
/* JQUERY UI STATE HIGHLIGHT */
|
|
385
|
+
|
|
386
|
+
.ui-state-highlight{
|
|
387
|
+
background: lighten($lightgray,2%);
|
|
388
|
+
border:none;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
|
|
393
|
+
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
394
|
+
.u-select-wrapper select {padding-right:18px}
|
|
395
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/** CONTAINERS */
|
|
2
|
+
|
|
3
|
+
//Static Containers
|
|
4
|
+
.u-wrapper40 {width: 40rem;}
|
|
5
|
+
.u-wrapper60 {width: 60rem;}
|
|
6
|
+
.u-wrapper50 {width: 50rem;}
|
|
7
|
+
.u-wrapper80 {width: 80rem;}
|
|
8
|
+
.u-wrapper96 {width: 96rem;}
|
|
9
|
+
.u-wrapper100 {width: 100rem;}
|
|
10
|
+
.u-wrapper120 {width: 120rem;}
|
|
11
|
+
.u-wrapper140 {max-width:140rem;width:95%;}
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
//Responsive Containers
|
|
15
|
+
.u-wrapper-r{width:95%;}
|
|
16
|
+
.u-wrapper50r {max-width:50rem; @extend .u-wrapper-r;}
|
|
17
|
+
.u-wrapper60r {max-width:60rem; @extend .u-wrapper-r;}
|
|
18
|
+
.u-wrapper80r {max-width:80rem; @extend .u-wrapper-r;}
|
|
19
|
+
.u-wrapper140r {max-width:140rem; @extend .u-wrapper-r}
|
|
20
|
+
.u-wrapper120r {max-width:120rem; @extend .u-wrapper-r;}
|
|
21
|
+
|
|
22
|
+
//Front End Containers
|
|
23
|
+
.o-static-pages .u-wrapper {max-width:96rem;width: 80%;}
|
|
24
|
+
.o-welcome-box .u-wrapper {max-width: 55rem;width:80%;}
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
/** FORMATING COLUMNS */
|
|
28
|
+
.u-col-row, .u-grid-row {
|
|
29
|
+
|
|
30
|
+
&:before, &:after {display: table;content:"";}
|
|
31
|
+
|
|
32
|
+
&:after {clear:both}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// .u-col-row is used for layout design
|
|
36
|
+
.u-col-row {width: 100%;position: relative;}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
// .u-grid-row is used for content with a regular space between u-columns
|
|
40
|
+
.u-grid-row {
|
|
41
|
+
position:relative;
|
|
42
|
+
margin-left:$base-space * -1;
|
|
43
|
+
margin-right: $base-space * -1;
|
|
44
|
+
|
|
45
|
+
.u-cols {@extend .u-col-space;}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.u-col-space {
|
|
49
|
+
padding-left:$base-space;
|
|
50
|
+
padding-right:$base-space;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.u-cols {
|
|
54
|
+
@extend .u-left;
|
|
55
|
+
@extend .u-border-box;
|
|
56
|
+
position: relative;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.u-col1 {@extend .u-cols;width:$u-col;}
|
|
60
|
+
.u-col2 {@extend .u-cols;width:$u-col * 2}
|
|
61
|
+
.u-col3 {@extend .u-cols;width:$u-col * 3}
|
|
62
|
+
.u-col4 {@extend .u-cols;width:$u-col * 4}
|
|
63
|
+
.u-col5 {@extend .u-cols;width:$u-col * 5}
|
|
64
|
+
.u-col6 {@extend .u-cols;width:$u-col * 6}
|
|
65
|
+
.u-col7 {@extend .u-cols;width:$u-col * 7}
|
|
66
|
+
.u-col8 {@extend .u-cols;width:$u-col * 8}
|
|
67
|
+
.u-col9 {@extend .u-cols;width:$u-col * 9}
|
|
68
|
+
.u-col10 {@extend .u-cols;width:$u-col * 10}
|
|
69
|
+
.u-col11 {@extend .u-cols;width:$u-col * 11}
|
|
70
|
+
.u-col12 {@extend .u-cols;;width:100%;}
|
|
71
|
+
|
|
72
|
+
/* Push class are applied in the same .u-col_ class */
|
|
73
|
+
.u-push1 {margin-right:$u-col;}
|
|
74
|
+
.u-push2 {margin-right:$u-col * 2;}
|
|
75
|
+
.u-push3 {margin-right:$u-col * 3;}
|
|
76
|
+
.u-push4 {margin-right:$u-col * 4;}
|
|
77
|
+
.u-push5 {margin-right:$u-col * 5;}
|
|
78
|
+
.u-push6 {margin-right:$u-col * 6;}
|
|
79
|
+
.u-push7 {margin-right:$u-col * 7;}
|
|
80
|
+
.u-push8 {margin-right:$u-col * 8;}
|
|
81
|
+
.u-push9 {margin-right:$u-col * 9;}
|
|
82
|
+
.u-push10 {margin-right:$u-col * 10;}
|
|
83
|
+
.u-push11 {margin-right:$u-col * 11;}
|
|
84
|
+
|
|
85
|
+
.u-full-container {@extend .u-inline-block;width: 100%;}
|