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,51 @@
|
|
1
|
+
// stylelint-disable declaration-no-important
|
2
|
+
|
3
|
+
// Margin and Padding
|
4
|
+
|
5
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
6
|
+
@include media-breakpoint-up($breakpoint) {
|
7
|
+
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
8
|
+
|
9
|
+
@each $prop, $abbrev in (margin: m, padding: p) {
|
10
|
+
@each $size, $length in $spacers {
|
11
|
+
|
12
|
+
.#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
|
13
|
+
.#{$abbrev}t#{$infix}-#{$size},
|
14
|
+
.#{$abbrev}y#{$infix}-#{$size} {
|
15
|
+
#{$prop}-top: $length !important;
|
16
|
+
}
|
17
|
+
.#{$abbrev}r#{$infix}-#{$size},
|
18
|
+
.#{$abbrev}x#{$infix}-#{$size} {
|
19
|
+
#{$prop}-right: $length !important;
|
20
|
+
}
|
21
|
+
.#{$abbrev}b#{$infix}-#{$size},
|
22
|
+
.#{$abbrev}y#{$infix}-#{$size} {
|
23
|
+
#{$prop}-bottom: $length !important;
|
24
|
+
}
|
25
|
+
.#{$abbrev}l#{$infix}-#{$size},
|
26
|
+
.#{$abbrev}x#{$infix}-#{$size} {
|
27
|
+
#{$prop}-left: $length !important;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
// Some special margin utils
|
33
|
+
.m#{$infix}-auto { margin: auto !important; }
|
34
|
+
.mt#{$infix}-auto,
|
35
|
+
.my#{$infix}-auto {
|
36
|
+
margin-top: auto !important;
|
37
|
+
}
|
38
|
+
.mr#{$infix}-auto,
|
39
|
+
.mx#{$infix}-auto {
|
40
|
+
margin-right: auto !important;
|
41
|
+
}
|
42
|
+
.mb#{$infix}-auto,
|
43
|
+
.my#{$infix}-auto {
|
44
|
+
margin-bottom: auto !important;
|
45
|
+
}
|
46
|
+
.ml#{$infix}-auto,
|
47
|
+
.mx#{$infix}-auto {
|
48
|
+
margin-left: auto !important;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
// stylelint-disable declaration-no-important
|
2
|
+
|
3
|
+
//
|
4
|
+
// Text
|
5
|
+
//
|
6
|
+
|
7
|
+
.text-monospace { font-family: $font-family-monospace; }
|
8
|
+
|
9
|
+
// Alignment
|
10
|
+
|
11
|
+
.text-justify { text-align: justify !important; }
|
12
|
+
.text-nowrap { white-space: nowrap !important; }
|
13
|
+
.text-truncate { @include text-truncate; }
|
14
|
+
|
15
|
+
// Responsive alignment
|
16
|
+
|
17
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
18
|
+
@include media-breakpoint-up($breakpoint) {
|
19
|
+
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
20
|
+
|
21
|
+
.text#{$infix}-left { text-align: left !important; }
|
22
|
+
.text#{$infix}-right { text-align: right !important; }
|
23
|
+
.text#{$infix}-center { text-align: center !important; }
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
// Transformation
|
28
|
+
|
29
|
+
.text-lowercase { text-transform: lowercase !important; }
|
30
|
+
.text-uppercase { text-transform: uppercase !important; }
|
31
|
+
.text-capitalize { text-transform: capitalize !important; }
|
32
|
+
|
33
|
+
// Weight and italics
|
34
|
+
|
35
|
+
.font-weight-light { font-weight: $font-weight-light !important; }
|
36
|
+
.font-weight-normal { font-weight: $font-weight-normal !important; }
|
37
|
+
.font-weight-bold { font-weight: $font-weight-bold !important; }
|
38
|
+
.font-italic { font-style: italic !important; }
|
39
|
+
|
40
|
+
// Contextual colors
|
41
|
+
|
42
|
+
.text-white { color: $white !important; }
|
43
|
+
|
44
|
+
@each $color, $value in $theme-colors {
|
45
|
+
@include text-emphasis-variant(".text-#{$color}", $value);
|
46
|
+
}
|
47
|
+
|
48
|
+
.text-body { color: $body-color !important; }
|
49
|
+
.text-muted { color: $text-muted !important; }
|
50
|
+
|
51
|
+
.text-black-50 { color: rgba($black, .5) !important; }
|
52
|
+
.text-white-50 { color: rgba($white, .5) !important; }
|
53
|
+
|
54
|
+
// Misc
|
55
|
+
|
56
|
+
.text-hide {
|
57
|
+
@include text-hide($ignore-warning: true);
|
58
|
+
}
|
@@ -0,0 +1,89 @@
|
|
1
|
+
.alert{
|
2
|
+
border: 0;
|
3
|
+
color: $white;
|
4
|
+
|
5
|
+
.alert-link{
|
6
|
+
color: $white;
|
7
|
+
}
|
8
|
+
|
9
|
+
&.alert-success{
|
10
|
+
background-color: darken($success, 10%);
|
11
|
+
}
|
12
|
+
|
13
|
+
i.fa,
|
14
|
+
i.tim-icons{
|
15
|
+
font-size: $font-paragraph;
|
16
|
+
}
|
17
|
+
|
18
|
+
.close{
|
19
|
+
color: $white;
|
20
|
+
opacity: .9;
|
21
|
+
text-shadow: none;
|
22
|
+
line-height: 0;
|
23
|
+
outline: 0;
|
24
|
+
}
|
25
|
+
|
26
|
+
span[data-notify="icon"]{
|
27
|
+
font-size: 22px;
|
28
|
+
display: block;
|
29
|
+
left: 19px;
|
30
|
+
position: absolute;
|
31
|
+
top: 50%;
|
32
|
+
margin-top: -11px;
|
33
|
+
}
|
34
|
+
|
35
|
+
button.close{
|
36
|
+
position: absolute;
|
37
|
+
right: 15px;
|
38
|
+
top: 50%;
|
39
|
+
margin-top: -13px;
|
40
|
+
width: 25px;
|
41
|
+
height: 25px;
|
42
|
+
padding: 3px;
|
43
|
+
}
|
44
|
+
|
45
|
+
.close ~ span{
|
46
|
+
display: block;
|
47
|
+
max-width: 89%;
|
48
|
+
}
|
49
|
+
|
50
|
+
&.alert-with-icon{
|
51
|
+
padding-left: 65px;
|
52
|
+
}
|
53
|
+
}
|
54
|
+
|
55
|
+
.alert-dismissible {
|
56
|
+
.close {
|
57
|
+
top: 50%;
|
58
|
+
right: $alert-padding-x;
|
59
|
+
padding: 0;
|
60
|
+
transform: translateY(-50%);
|
61
|
+
color: rgba($white, .6);
|
62
|
+
opacity: 1;
|
63
|
+
|
64
|
+
&:hover,
|
65
|
+
&:focus {
|
66
|
+
color: rgba($white, .9);
|
67
|
+
opacity: 1 !important;
|
68
|
+
}
|
69
|
+
|
70
|
+
@include media-breakpoint-down(xs) {
|
71
|
+
top: 1rem;
|
72
|
+
right: .5rem;
|
73
|
+
}
|
74
|
+
|
75
|
+
&>span:not(.sr-only) {
|
76
|
+
font-size: 1.5rem;
|
77
|
+
background-color: transparent;
|
78
|
+
color: rgba($white, .6);
|
79
|
+
}
|
80
|
+
|
81
|
+
&:hover,
|
82
|
+
&:focus {
|
83
|
+
&>span:not(.sr-only) {
|
84
|
+
background-color: transparent;
|
85
|
+
color: rgba($white, .9);
|
86
|
+
}
|
87
|
+
}
|
88
|
+
}
|
89
|
+
}
|
@@ -0,0 +1,51 @@
|
|
1
|
+
.avatar {
|
2
|
+
color: $white;
|
3
|
+
background-color: $gray-500;
|
4
|
+
display: inline-flex;
|
5
|
+
align-items: center;
|
6
|
+
justify-content: center;
|
7
|
+
font-size: $font-paragraph;
|
8
|
+
border-radius: 50%;
|
9
|
+
height: 48px;
|
10
|
+
width: 48px;
|
11
|
+
}
|
12
|
+
|
13
|
+
.avatar img {
|
14
|
+
width: 100%;
|
15
|
+
border-radius: 50%;
|
16
|
+
}
|
17
|
+
|
18
|
+
.avatar + .avatar-content {
|
19
|
+
display: inline-block;
|
20
|
+
margin-left: .75rem;
|
21
|
+
}
|
22
|
+
.avatar-lg {
|
23
|
+
width: 58px;
|
24
|
+
height: 58px;
|
25
|
+
font-size: $font-size-sm;
|
26
|
+
}
|
27
|
+
|
28
|
+
.avatar-sm {
|
29
|
+
width: 38px;
|
30
|
+
height: 38px;
|
31
|
+
font-size: $font-size-sm;
|
32
|
+
}
|
33
|
+
|
34
|
+
// Overlapped avatars
|
35
|
+
|
36
|
+
.avatar-group {
|
37
|
+
.avatar {
|
38
|
+
position: relative;
|
39
|
+
z-index: 2;
|
40
|
+
border: 2px solid $card-bg;
|
41
|
+
|
42
|
+
&:hover {
|
43
|
+
z-index: 3;
|
44
|
+
}
|
45
|
+
}
|
46
|
+
|
47
|
+
.avatar + .avatar {
|
48
|
+
margin-left: -1rem;
|
49
|
+
|
50
|
+
}
|
51
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
/* badges */
|
2
|
+
.badge{
|
3
|
+
text-transform: uppercase;
|
4
|
+
line-height: 12px;
|
5
|
+
border: none;
|
6
|
+
text-decoration: none;
|
7
|
+
margin-bottom: 5px;
|
8
|
+
|
9
|
+
&:hover,
|
10
|
+
&:focus{
|
11
|
+
text-decoration: none;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
.badge-icon{
|
16
|
+
padding: 0.4em 0.55em;
|
17
|
+
|
18
|
+
i {
|
19
|
+
font-size: 0.8em;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
.badge-success{
|
24
|
+
@include badge-variant(darken($success,10%));
|
25
|
+
}
|
@@ -0,0 +1,281 @@
|
|
1
|
+
.btn,
|
2
|
+
.navbar .navbar-nav > a.btn{
|
3
|
+
border-width: $border-thick;
|
4
|
+
border: none;
|
5
|
+
position: relative;
|
6
|
+
overflow: hidden;
|
7
|
+
margin:4px 1px;
|
8
|
+
border-radius: $border-radius-lg;
|
9
|
+
cursor: pointer;
|
10
|
+
|
11
|
+
@include btn-styles($default, $default-states);
|
12
|
+
|
13
|
+
&:hover,
|
14
|
+
&:focus{
|
15
|
+
@include opacity(1);
|
16
|
+
outline: 0 !important;
|
17
|
+
}
|
18
|
+
&:active,
|
19
|
+
&.active,
|
20
|
+
.open > &.dropdown-toggle {
|
21
|
+
@include box-shadow(none);
|
22
|
+
outline: 0 !important;
|
23
|
+
}
|
24
|
+
|
25
|
+
.badge{
|
26
|
+
margin: 0;
|
27
|
+
}
|
28
|
+
|
29
|
+
&.btn-icon {
|
30
|
+
// see above for color variations
|
31
|
+
height: $icon-size-regular;
|
32
|
+
min-width: $icon-size-regular;
|
33
|
+
width: $icon-size-regular;
|
34
|
+
padding: 0;
|
35
|
+
font-size: $icon-font-size-regular;
|
36
|
+
overflow: hidden;
|
37
|
+
position: relative;
|
38
|
+
line-height: normal;
|
39
|
+
|
40
|
+
&.btn-simple{
|
41
|
+
padding: 0;
|
42
|
+
}
|
43
|
+
|
44
|
+
&.btn-sm{
|
45
|
+
height: $icon-size-sm;
|
46
|
+
min-width: $icon-size-sm;
|
47
|
+
width: $icon-size-sm;
|
48
|
+
|
49
|
+
.fa,
|
50
|
+
.far,
|
51
|
+
.fas,
|
52
|
+
.tim-icons{
|
53
|
+
font-size: $icon-font-size-sm;
|
54
|
+
}
|
55
|
+
}
|
56
|
+
|
57
|
+
&.btn-lg{
|
58
|
+
height: $icon-size-lg;
|
59
|
+
min-width: $icon-size-lg;
|
60
|
+
width: $icon-size-lg;
|
61
|
+
|
62
|
+
.fa,
|
63
|
+
.far,
|
64
|
+
.fas,
|
65
|
+
.tim-icons{
|
66
|
+
font-size: $icon-font-size-lg;
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
&:not(.btn-footer) .tim-icons,
|
71
|
+
&:not(.btn-footer) .fa,
|
72
|
+
&:not(.btn-footer) .far,
|
73
|
+
&:not(.btn-footer) .fas{
|
74
|
+
position: absolute;
|
75
|
+
font-size: 1em;
|
76
|
+
top: 50%;
|
77
|
+
left: 50%;
|
78
|
+
transform: translate(-12px, -12px);
|
79
|
+
line-height: 1.5626rem;
|
80
|
+
width: 24px;
|
81
|
+
}
|
82
|
+
|
83
|
+
}
|
84
|
+
|
85
|
+
&:not(.btn-icon) .tim-icons{
|
86
|
+
position: relative;
|
87
|
+
top: 1px;
|
88
|
+
}
|
89
|
+
|
90
|
+
span{
|
91
|
+
position: relative;
|
92
|
+
display: block;
|
93
|
+
}
|
94
|
+
|
95
|
+
&.btn-link.dropdown-toggle {
|
96
|
+
color: $dark-gray;
|
97
|
+
}
|
98
|
+
|
99
|
+
&.dropdown-toggle:after {
|
100
|
+
margin-left: 30px !important;
|
101
|
+
}
|
102
|
+
}
|
103
|
+
|
104
|
+
// Apply the mixin to the buttons
|
105
|
+
// .btn-default { @include btn-styles($default-color, $default-states-color); }
|
106
|
+
.btn-primary { @include btn-styles($primary, $primary-states);
|
107
|
+
|
108
|
+
}
|
109
|
+
.btn-success { @include btn-styles($success, $success-states);
|
110
|
+
|
111
|
+
}
|
112
|
+
.btn-info { @include btn-styles($info, $info-states);
|
113
|
+
|
114
|
+
}
|
115
|
+
.btn-warning { @include btn-styles($warning, $warning-states);
|
116
|
+
&:not(:disabled):not(.disabled):active{
|
117
|
+
color: $white;
|
118
|
+
}
|
119
|
+
}
|
120
|
+
.btn-danger { @include btn-styles($danger, $danger-states);
|
121
|
+
|
122
|
+
}
|
123
|
+
.btn-neutral { @include btn-styles($white, $white); }
|
124
|
+
|
125
|
+
.btn{
|
126
|
+
&:disabled,
|
127
|
+
&[disabled],
|
128
|
+
&.disabled{
|
129
|
+
@include opacity(.5);
|
130
|
+
pointer-events: none;
|
131
|
+
}
|
132
|
+
}
|
133
|
+
.btn-simple{
|
134
|
+
border: $border;
|
135
|
+
border-color: $default;
|
136
|
+
box-shadow: none;
|
137
|
+
padding: $padding-btn-vertical - 1 $padding-round-horizontal - 1;
|
138
|
+
background-color: $transparent-bg;
|
139
|
+
}
|
140
|
+
|
141
|
+
.btn-simple,
|
142
|
+
.btn-link{
|
143
|
+
&.disabled,
|
144
|
+
&:disabled,
|
145
|
+
&[disabled],
|
146
|
+
fieldset[disabled] & {
|
147
|
+
&,
|
148
|
+
&:hover,
|
149
|
+
&:focus,
|
150
|
+
&.focus,
|
151
|
+
&:active,
|
152
|
+
&.active {
|
153
|
+
background: $transparent-bg;
|
154
|
+
}
|
155
|
+
}
|
156
|
+
}
|
157
|
+
|
158
|
+
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active{
|
159
|
+
box-shadow: 2px 2px 6px rgba(0,0,0,.4);
|
160
|
+
}
|
161
|
+
.btn-link{
|
162
|
+
border: $none;
|
163
|
+
box-shadow: none;
|
164
|
+
padding: $padding-base-vertical $padding-base-horizontal;
|
165
|
+
background: $transparent-bg;
|
166
|
+
color: $gray-300;
|
167
|
+
font-weight: $font-weight-bold;
|
168
|
+
|
169
|
+
&:hover {
|
170
|
+
box-shadow: none !important;
|
171
|
+
transform: none !important;
|
172
|
+
}
|
173
|
+
}
|
174
|
+
|
175
|
+
.btn-lg{
|
176
|
+
@include btn-size($btn-padding-y-lg, $btn-padding-x-lg, $font-size-base, $border-radius-lg);
|
177
|
+
}
|
178
|
+
.btn-sm{
|
179
|
+
@include btn-size($btn-padding-y-sm, $btn-padding-x-sm, $font-size-base, $border-radius-sm);
|
180
|
+
}
|
181
|
+
|
182
|
+
.btn-wd {
|
183
|
+
min-width: 140px;
|
184
|
+
}
|
185
|
+
.btn-group.select{
|
186
|
+
width: 100%;
|
187
|
+
}
|
188
|
+
|
189
|
+
.btn-group {
|
190
|
+
.btn.active {
|
191
|
+
box-shadow: 2px 2px 6px rgba(0,0,0,.4);
|
192
|
+
transform: translateY(-1px);
|
193
|
+
-webkit-transform: translateY(-1px);
|
194
|
+
}
|
195
|
+
|
196
|
+
label.btn.active {
|
197
|
+
transform: translateY(0);
|
198
|
+
-webkit-transform: translateY(0);
|
199
|
+
}
|
200
|
+
}
|
201
|
+
|
202
|
+
|
203
|
+
.btn-group.select .btn{
|
204
|
+
text-align: left;
|
205
|
+
}
|
206
|
+
.btn-group.select .caret{
|
207
|
+
position: absolute;
|
208
|
+
top: 50%;
|
209
|
+
margin-top: -1px;
|
210
|
+
right: 8px;
|
211
|
+
}
|
212
|
+
|
213
|
+
.btn-round{
|
214
|
+
border-width: $border-thin;
|
215
|
+
border-radius: $btn-round-radius;
|
216
|
+
|
217
|
+
&.btn-simple{
|
218
|
+
padding: $padding-btn-vertical - 1 $padding-round-horizontal - 1;
|
219
|
+
}
|
220
|
+
}
|
221
|
+
|
222
|
+
.no-caret {
|
223
|
+
&.dropdown-toggle::after {
|
224
|
+
display: none;
|
225
|
+
}
|
226
|
+
}
|
227
|
+
|
228
|
+
.btn{
|
229
|
+
// social buttons
|
230
|
+
&.btn-facebook {
|
231
|
+
@include social-buttons-color($facebook, $facebook-states);
|
232
|
+
}
|
233
|
+
&.btn-twitter {
|
234
|
+
@include social-buttons-color($twitter, $twitter-states);
|
235
|
+
}
|
236
|
+
&.btn-pinterest {
|
237
|
+
@include social-buttons-color($pinterest, $pinterest-states);
|
238
|
+
}
|
239
|
+
&.btn-google {
|
240
|
+
@include social-buttons-color($google-plus, $google-plus-states);
|
241
|
+
}
|
242
|
+
&.btn-linkedin {
|
243
|
+
@include social-buttons-color($linkedin, $linkedin-states);
|
244
|
+
}
|
245
|
+
&.btn-dribbble {
|
246
|
+
@include social-buttons-color($dribbble, $dribbble-states);
|
247
|
+
}
|
248
|
+
&.btn-github {
|
249
|
+
@include social-buttons-color($github, $github-states);
|
250
|
+
}
|
251
|
+
&.btn-youtube {
|
252
|
+
@include social-buttons-color($youtube, $youtube-states);
|
253
|
+
}
|
254
|
+
&.btn-instagram {
|
255
|
+
@include social-buttons-color($instagram, $instagram-states);
|
256
|
+
}
|
257
|
+
&.btn-reddit {
|
258
|
+
@include social-buttons-color($reddit, $reddit-states);
|
259
|
+
}
|
260
|
+
&.btn-tumblr {
|
261
|
+
@include social-buttons-color($tumblr, $tumblr-states);
|
262
|
+
}
|
263
|
+
&.btn-behance {
|
264
|
+
@include social-buttons-color($behance, $behance-states);
|
265
|
+
}
|
266
|
+
}
|
267
|
+
|
268
|
+
.btn-secondary:not(:disabled):not(.disabled):active,
|
269
|
+
.btn-secondary:not(:disabled):not(.disabled).active,
|
270
|
+
.show > .btn-secondary.dropdown-toggle {
|
271
|
+
color: $white;
|
272
|
+
}
|
273
|
+
|
274
|
+
|
275
|
+
|
276
|
+
@include media-breakpoint-down(md) {
|
277
|
+
.btn-group .btn {
|
278
|
+
padding-left: $padding-round-horizontal;
|
279
|
+
padding-right: $padding-round-horizontal;
|
280
|
+
}
|
281
|
+
}
|