vbax-becky_thatcher 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +8 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +39 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/vbax/becky_thatcher/engine.rb +14 -0
- data/lib/vbax/becky_thatcher/version.rb +5 -0
- data/lib/vbax/becky_thatcher.rb +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_alert.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_badge.scss +47 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_breadcrumb.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_button-group.scss +172 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_buttons.scss +143 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_card.scss +301 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_carousel.scss +236 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_close.scss +35 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_code.scss +48 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_custom-forms.scss +433 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_dropdown.scss +166 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_forms.scss +333 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_functions.scss +86 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_grid.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_images.scss +42 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_input-group.scss +173 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_jumbotron.scss +16 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_list-group.scss +115 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_media.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_mixins.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_modal.scss +180 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_nav.scss +118 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_navbar.scss +299 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_pagination.scss +78 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_popover.scss +183 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_print.scss +141 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_progress.scss +34 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_reboot.scss +483 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_root.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_tables.scss +187 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_tooltip.scss +115 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_transitions.scss +22 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_type.scss +125 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_utilities.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/_variables.scss +952 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_alert.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_background-variant.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_badge.scss +12 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_border-radius.scss +35 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_box-shadow.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_breakpoints.scss +123 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_buttons.scss +109 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_caret.scss +66 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_clearfix.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_float.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_forms.scss +147 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_gradients.scss +45 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid-framework.scss +67 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_grid.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_hover.scss +37 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_image.scss +36 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_list-group.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_lists.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_nav-divider.scss +10 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_pagination.scss +22 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_reset-text.scss +17 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_resize.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_screen-reader.scss +33 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_size.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_table-row.scss +30 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-emphasis.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-hide.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_text-truncate.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_transition.scss +13 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/mixins/_visibility.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_align.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_background.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_borders.scss +59 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_clearfix.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_display.scss +38 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_embed.scss +52 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_flex.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_float.scss +9 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_position.scss +37 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_screenreaders.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_shadows.scss +6 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_sizing.scss +12 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_spacing.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_text.scss +58 -0
- data/lib/vbax/sass/becky_thatcher/bootstrap/utilities/_visibility.scss +11 -0
- data/lib/vbax/sass/becky_thatcher/custom/_alerts.scss +89 -0
- data/lib/vbax/sass/becky_thatcher/custom/_avatars.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/custom/_badge.scss +25 -0
- data/lib/vbax/sass/becky_thatcher/custom/_buttons.scss +281 -0
- data/lib/vbax/sass/becky_thatcher/custom/_card.scss +223 -0
- data/lib/vbax/sass/becky_thatcher/custom/_checkboxes-radio.scss +154 -0
- data/lib/vbax/sass/becky_thatcher/custom/_close.scss +29 -0
- data/lib/vbax/sass/becky_thatcher/custom/_custom-forms.scss +186 -0
- data/lib/vbax/sass/becky_thatcher/custom/_dropdown.scss +361 -0
- data/lib/vbax/sass/becky_thatcher/custom/_example-pages.scss +319 -0
- data/lib/vbax/sass/becky_thatcher/custom/_fixed-plugin.scss +335 -0
- data/lib/vbax/sass/becky_thatcher/custom/_footer.scss +109 -0
- data/lib/vbax/sass/becky_thatcher/custom/_forms.scss +146 -0
- data/lib/vbax/sass/becky_thatcher/custom/_functions.scss +23 -0
- data/lib/vbax/sass/becky_thatcher/custom/_global.scss +172 -0
- data/lib/vbax/sass/becky_thatcher/custom/_grid.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/custom/_icons.scss +92 -0
- data/lib/vbax/sass/becky_thatcher/custom/_images.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/_info-areas.scss +170 -0
- data/lib/vbax/sass/becky_thatcher/custom/_input-group.scss +342 -0
- data/lib/vbax/sass/becky_thatcher/custom/_misc.scss +215 -0
- data/lib/vbax/sass/becky_thatcher/custom/_mixins.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/_modal.scss +257 -0
- data/lib/vbax/sass/becky_thatcher/custom/_nav.scss +85 -0
- data/lib/vbax/sass/becky_thatcher/custom/_navbar.scss +480 -0
- data/lib/vbax/sass/becky_thatcher/custom/_pagination.scss +141 -0
- data/lib/vbax/sass/becky_thatcher/custom/_pills.scss +169 -0
- data/lib/vbax/sass/becky_thatcher/custom/_popover.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/custom/_progress.scss +103 -0
- data/lib/vbax/sass/becky_thatcher/custom/_reboot.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/_rtl.scss +268 -0
- data/lib/vbax/sass/becky_thatcher/custom/_sidebar-and-main-panel.scss +912 -0
- data/lib/vbax/sass/becky_thatcher/custom/_tables.scss +248 -0
- data/lib/vbax/sass/becky_thatcher/custom/_tabs.scss +110 -0
- data/lib/vbax/sass/becky_thatcher/custom/_timeline.scss +251 -0
- data/lib/vbax/sass/becky_thatcher/custom/_type.scss +166 -0
- data/lib/vbax/sass/becky_thatcher/custom/_utilities.scss +9 -0
- data/lib/vbax/sass/becky_thatcher/custom/_variables.scss +997 -0
- data/lib/vbax/sass/becky_thatcher/custom/_white-content.scss +491 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-animation-on-hover.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-chart.scss +84 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-collapse.scss +51 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-contributions.scss +55 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-lock.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-map.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-plain.scss +16 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-pricing.scss +190 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-profile.scss +49 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-register.scss +79 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats-mini.scss +53 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-stats.scss +80 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-subcategories.scss +3 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-task.scss +31 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-testimonials.scss +46 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-user.scss +77 -0
- data/lib/vbax/sass/becky_thatcher/custom/cards/_card-wizard.scss +21 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_alert.scss +14 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_background-variant.scss +18 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_badges.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_buttons.scss +343 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_dropdown.scss +26 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_forms.scss +127 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_icon.scss +4 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_inputs.scss +234 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_modals.scss +15 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_page-header.scss +7 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_popovers.scss +41 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_vendor-prefixes.scss +202 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/_wizard.scss +26 -0
- data/lib/vbax/sass/becky_thatcher/custom/mixins/opacity.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_backgrounds.scss +42 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_floating.scss +54 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_helper.scss +62 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_position.scss +19 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_shadows.scss +10 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_sizing.scss +5 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_spacing.scss +105 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_text.scss +40 -0
- data/lib/vbax/sass/becky_thatcher/custom/utilities/_transform.scss +8 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_icons.scss +415 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-animate-bootstrap-notify.scss +227 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-select.scss +358 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-bootstrap-switch.scss +316 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-card-wizard.scss +315 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datatables.net.scss +135 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-datetimepicker.scss +527 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-fullcalendar.scss +1528 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jasny-fileupload.scss +116 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-jquery.jvectormap.scss +136 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-nouislider.scss +373 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-perfect-scrollbar.scss +116 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-sweetalert2.scss +711 -0
- data/lib/vbax/sass/becky_thatcher/custom/vendor/_plugin-tagsinput.scss +79 -0
- data/lib/vbax/sass/becky_thatcher.scss +144 -0
- data/vbax-becky_thatcher.gemspec +41 -0
- metadata +257 -0
@@ -0,0 +1,257 @@
|
|
1
|
+
// Modals
|
2
|
+
// Design element Dialogs
|
3
|
+
// --------------------------------------------------
|
4
|
+
.modal-content {
|
5
|
+
border: 0;
|
6
|
+
|
7
|
+
// Modal header
|
8
|
+
// Top section of the modal w/ title and dismiss
|
9
|
+
|
10
|
+
.modal-header {
|
11
|
+
border-bottom: none;
|
12
|
+
|
13
|
+
& button {
|
14
|
+
position: absolute;
|
15
|
+
right: 27px;
|
16
|
+
top: 24px;
|
17
|
+
outline: 0;
|
18
|
+
padding: 1rem;
|
19
|
+
margin: -1rem -1rem -1rem auto;
|
20
|
+
}
|
21
|
+
.title{
|
22
|
+
color: $black;
|
23
|
+
margin-top: 5px;
|
24
|
+
margin-bottom: 0;
|
25
|
+
}
|
26
|
+
|
27
|
+
.modal-title{
|
28
|
+
color: $black;
|
29
|
+
}
|
30
|
+
|
31
|
+
i.tim-icons {
|
32
|
+
font-size: 16px;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
36
|
+
|
37
|
+
// Modal body
|
38
|
+
// Where all modal content resides (sibling of .modal-header and .modal-footer)
|
39
|
+
.modal-body {
|
40
|
+
line-height: 1.9;
|
41
|
+
|
42
|
+
p{
|
43
|
+
color: $black;
|
44
|
+
}
|
45
|
+
}
|
46
|
+
// Footer (for actions)
|
47
|
+
.modal-footer {
|
48
|
+
border-top: 0;
|
49
|
+
-webkit-justify-content: space-between; /* Safari 6.1+ */
|
50
|
+
justify-content: space-between;
|
51
|
+
|
52
|
+
button {
|
53
|
+
margin: 0;
|
54
|
+
padding-left: 16px;
|
55
|
+
padding-right: 16px;
|
56
|
+
width: auto;
|
57
|
+
|
58
|
+
&.pull-left {
|
59
|
+
padding-left: 5px;
|
60
|
+
padding-right: 5px;
|
61
|
+
position: relative;
|
62
|
+
left: -5px;
|
63
|
+
}
|
64
|
+
}
|
65
|
+
|
66
|
+
}
|
67
|
+
.modal-body + .modal-footer {
|
68
|
+
padding-top: 0;
|
69
|
+
}
|
70
|
+
}
|
71
|
+
.modal-backdrop {
|
72
|
+
background: rgba(0,0,0,0.3);
|
73
|
+
}
|
74
|
+
|
75
|
+
.modal{
|
76
|
+
.modal-login{
|
77
|
+
max-width: 320px;
|
78
|
+
|
79
|
+
.card-login{
|
80
|
+
.logo-container{
|
81
|
+
width: 65px;
|
82
|
+
margin-bottom: 38px;
|
83
|
+
margin-top: 27px;
|
84
|
+
}
|
85
|
+
}
|
86
|
+
}
|
87
|
+
|
88
|
+
&.modal-mini{
|
89
|
+
p{
|
90
|
+
text-align: center;
|
91
|
+
}
|
92
|
+
|
93
|
+
.modal-dialog{
|
94
|
+
max-width: 255px;
|
95
|
+
margin: 0 auto;
|
96
|
+
|
97
|
+
|
98
|
+
}
|
99
|
+
|
100
|
+
&.show .modal-dialog{
|
101
|
+
-webkit-transform: translate(0,30%);
|
102
|
+
-o-transform: translate(0,30%);
|
103
|
+
transform: translate(0,30%);
|
104
|
+
}
|
105
|
+
|
106
|
+
|
107
|
+
.modal-footer{
|
108
|
+
button{
|
109
|
+
text-transform: uppercase;
|
110
|
+
color: $white;
|
111
|
+
|
112
|
+
&:first-child{
|
113
|
+
opacity: .5;
|
114
|
+
}
|
115
|
+
}
|
116
|
+
}
|
117
|
+
}
|
118
|
+
|
119
|
+
.modal-profile{
|
120
|
+
width: 70px;
|
121
|
+
height: 70px;
|
122
|
+
background-color: $white;
|
123
|
+
border-radius: 50%;
|
124
|
+
text-align: center;
|
125
|
+
line-height: 5.7;
|
126
|
+
box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
|
127
|
+
|
128
|
+
i{
|
129
|
+
color: $primary;
|
130
|
+
font-size: 21px;
|
131
|
+
margin-top: -10px;
|
132
|
+
}
|
133
|
+
|
134
|
+
&[class*="modal-profile-"]{
|
135
|
+
i{
|
136
|
+
color: $white;
|
137
|
+
}
|
138
|
+
}
|
139
|
+
|
140
|
+
&.modal-profile-primary{
|
141
|
+
background-color: $primary;
|
142
|
+
}
|
143
|
+
|
144
|
+
&.modal-profile-danger{
|
145
|
+
background-color: $danger;
|
146
|
+
}
|
147
|
+
|
148
|
+
&.modal-profile-warning{
|
149
|
+
background-color: $warning;
|
150
|
+
}
|
151
|
+
&.modal-profile-success{
|
152
|
+
background-color: $success;
|
153
|
+
}
|
154
|
+
|
155
|
+
&.modal-profile-info{
|
156
|
+
background-color: $info;
|
157
|
+
}
|
158
|
+
}
|
159
|
+
|
160
|
+
&.modal-default{
|
161
|
+
@include modal-colors($white, $black);
|
162
|
+
}
|
163
|
+
|
164
|
+
&.modal-primary{
|
165
|
+
@include modal-colors($primary, $white);
|
166
|
+
}
|
167
|
+
|
168
|
+
&.modal-danger{
|
169
|
+
@include modal-colors($danger, $white);
|
170
|
+
}
|
171
|
+
|
172
|
+
&.modal-warning{
|
173
|
+
@include modal-colors($warning, $white);
|
174
|
+
}
|
175
|
+
|
176
|
+
&.modal-success{
|
177
|
+
@include modal-colors($success, $white);
|
178
|
+
}
|
179
|
+
|
180
|
+
&.modal-info{
|
181
|
+
@include modal-colors($info, $white);
|
182
|
+
}
|
183
|
+
|
184
|
+
.modal-header .close{
|
185
|
+
color: $danger;
|
186
|
+
text-shadow: none;
|
187
|
+
|
188
|
+
&:hover,
|
189
|
+
&:focus{
|
190
|
+
opacity: 1;
|
191
|
+
}
|
192
|
+
}
|
193
|
+
|
194
|
+
&.modal-black{
|
195
|
+
.modal-content{
|
196
|
+
background: linear-gradient(to bottom, $black 0%, $black-states 100%);
|
197
|
+
color: rgba($white, 0.8);
|
198
|
+
.modal-header{
|
199
|
+
.modal-title, .title{
|
200
|
+
color: rgba($white, 0.9);
|
201
|
+
}
|
202
|
+
}
|
203
|
+
.modal-body{
|
204
|
+
p{
|
205
|
+
color: rgba($white, 0.8);
|
206
|
+
}
|
207
|
+
}
|
208
|
+
}
|
209
|
+
h1, h2, h3, h4, h5, h6, p{
|
210
|
+
color: $white;
|
211
|
+
}
|
212
|
+
}
|
213
|
+
}
|
214
|
+
|
215
|
+
.modal-search{
|
216
|
+
.modal-dialog{
|
217
|
+
margin: 20px auto;
|
218
|
+
max-width: 650px;
|
219
|
+
input{
|
220
|
+
border: none;
|
221
|
+
font-size: 17px;
|
222
|
+
font-weight: 100;
|
223
|
+
}
|
224
|
+
span{
|
225
|
+
font-size: 35px;
|
226
|
+
color: $search-gray;
|
227
|
+
}
|
228
|
+
}
|
229
|
+
.modal-content{
|
230
|
+
.modal-header{
|
231
|
+
padding: 24px;
|
232
|
+
}
|
233
|
+
}
|
234
|
+
|
235
|
+
.modal-header .close{
|
236
|
+
color: $dark-background;
|
237
|
+
top: 30px !important;
|
238
|
+
}
|
239
|
+
|
240
|
+
.modal-footer{
|
241
|
+
border-top: 2px solid #f9f9f9;
|
242
|
+
margin: 0px 25px 20px;
|
243
|
+
}
|
244
|
+
}
|
245
|
+
|
246
|
+
|
247
|
+
@include media-breakpoint-down(xs) {
|
248
|
+
.modal {
|
249
|
+
&.show .modal-dialog {
|
250
|
+
transform: translateY(10%);
|
251
|
+
|
252
|
+
&.modal-notice {
|
253
|
+
transform: translateY(3%);
|
254
|
+
}
|
255
|
+
}
|
256
|
+
}
|
257
|
+
}
|
@@ -0,0 +1,85 @@
|
|
1
|
+
.nav-link {
|
2
|
+
color: $nav-link-color;
|
3
|
+
|
4
|
+
&:hover {
|
5
|
+
color: theme-color("primary");
|
6
|
+
}
|
7
|
+
}
|
8
|
+
|
9
|
+
// Pills
|
10
|
+
|
11
|
+
.nav-pills {
|
12
|
+
|
13
|
+
.nav-link {
|
14
|
+
padding: $nav-pills-padding-y $nav-pills-padding-x;
|
15
|
+
color: $nav-pills-link-color;
|
16
|
+
font-weight: 500;
|
17
|
+
background-color: $nav-pills-bg;
|
18
|
+
transition: $transition-base;
|
19
|
+
|
20
|
+
&:hover {
|
21
|
+
color: $nav-pills-link-hover-color;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
.nav-link.active,
|
26
|
+
.show > .nav-link {
|
27
|
+
color: $nav-pills-link-active-color;
|
28
|
+
background-color: $nav-pills-link-active-bg;
|
29
|
+
}
|
30
|
+
|
31
|
+
|
32
|
+
}
|
33
|
+
|
34
|
+
@include media-breakpoint-down(sm) {
|
35
|
+
.nav-pills:not(.nav-pills-circle) {
|
36
|
+
.nav-item {
|
37
|
+
padding-right: 0;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
// Nav pills circle
|
43
|
+
|
44
|
+
.nav-pills-circle {
|
45
|
+
.nav-link {
|
46
|
+
text-align: center;
|
47
|
+
height: 60px;
|
48
|
+
width: 60px;
|
49
|
+
padding: 0;
|
50
|
+
line-height: 60px;
|
51
|
+
border-radius: 50%;
|
52
|
+
}
|
53
|
+
|
54
|
+
.nav-link-icon {
|
55
|
+
i, svg {
|
56
|
+
font-size: 1rem;
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
|
61
|
+
// Nav wrapper
|
62
|
+
.nav-wrapper {
|
63
|
+
padding: 1rem 0;
|
64
|
+
@include border-top-radius($card-border-radius);
|
65
|
+
|
66
|
+
+ .card {
|
67
|
+
@include border-top-radius(0);
|
68
|
+
@include border-bottom-radius($card-border-radius);
|
69
|
+
}
|
70
|
+
}
|
71
|
+
|
72
|
+
|
73
|
+
@include media-breakpoint-down(sm) {
|
74
|
+
.nav-tabs {
|
75
|
+
display: inline-block;
|
76
|
+
width: 100%;
|
77
|
+
padding-left: 100px;
|
78
|
+
padding-right: 100px;
|
79
|
+
text-align: center;
|
80
|
+
|
81
|
+
.nav-item > .nav-link {
|
82
|
+
margin-bottom: 5px;
|
83
|
+
}
|
84
|
+
}
|
85
|
+
}
|