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,137 +0,0 @@
|
|
|
1
|
-
.dropdown-menu{
|
|
2
|
-
visibility: hidden;
|
|
3
|
-
margin: 0;
|
|
4
|
-
padding: 0;
|
|
5
|
-
border-radius: $border-radius-extreme;
|
|
6
|
-
display: block;
|
|
7
|
-
z-index: 9000;
|
|
8
|
-
position: absolute;
|
|
9
|
-
|
|
10
|
-
@include opacity(0);
|
|
11
|
-
@include box-shadow($dropdown-shadow);
|
|
12
|
-
|
|
13
|
-
.show &{
|
|
14
|
-
@include opacity(1);
|
|
15
|
-
visibility: visible;
|
|
16
|
-
transform: translate3d(0px, 0px, 0px) !important;
|
|
17
|
-
}
|
|
18
|
-
.select &{
|
|
19
|
-
border-radius: $border-radius-bottom;
|
|
20
|
-
@include box-shadow(none);
|
|
21
|
-
@include transform-origin($select-coordinates);
|
|
22
|
-
@include transform-scale(1);
|
|
23
|
-
@include transition($fast-transition-time, $transition-linear);
|
|
24
|
-
margin-top: -20px;
|
|
25
|
-
}
|
|
26
|
-
.select.show &{
|
|
27
|
-
margin-top: -1px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.dropdown-item {
|
|
31
|
-
padding: $padding-base-vertical $padding-base-horizontal;
|
|
32
|
-
color: #333333;
|
|
33
|
-
|
|
34
|
-
img{
|
|
35
|
-
margin-top: -3px;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
.dropdown-item:focus{
|
|
39
|
-
outline: 0 !important;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.btn-group.select &{
|
|
43
|
-
min-width: 100%;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
> li:first-child > a{
|
|
47
|
-
border-top-left-radius: $border-radius-extreme;
|
|
48
|
-
border-top-right-radius: $border-radius-extreme;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
> li:last-child > a{
|
|
52
|
-
border-bottom-left-radius: $border-radius-extreme;
|
|
53
|
-
border-bottom-right-radius: $border-radius-extreme;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.select & > li:first-child > a{
|
|
57
|
-
border-radius: 0;
|
|
58
|
-
border-bottom: 0 none;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.dropdown-item:hover,
|
|
62
|
-
.dropdown-item:focus {
|
|
63
|
-
background-color: $smoke-bg;
|
|
64
|
-
color: #333333;
|
|
65
|
-
opacity: 1;
|
|
66
|
-
text-decoration: none;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&.dropdown-blue > li > a:hover,
|
|
70
|
-
&.dropdown-blue > li > a:focus{
|
|
71
|
-
background-color: $light-blue;
|
|
72
|
-
}
|
|
73
|
-
&.dropdown-azure > li > a:hover,
|
|
74
|
-
&.dropdown-azure > li > a:focus{
|
|
75
|
-
background-color: $light-azure;
|
|
76
|
-
}
|
|
77
|
-
&.ct-green > li > a:hover,
|
|
78
|
-
&.ct-green > li > a:focus{
|
|
79
|
-
background-color: $light-green;
|
|
80
|
-
}
|
|
81
|
-
&.dropdown-orange > li > a:hover,
|
|
82
|
-
&.dropdown-orange > li > a:focus{
|
|
83
|
-
background-color: $light-orange;
|
|
84
|
-
}
|
|
85
|
-
&.dropdown-red > li > a:hover,
|
|
86
|
-
&.dropdown-red > li > a:focus{
|
|
87
|
-
background-color: $light-red;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.dropdown-item{
|
|
91
|
-
i[class*="nc-icon"]{
|
|
92
|
-
font-size: 18px;
|
|
93
|
-
text-align: center;
|
|
94
|
-
line-height: 25px;
|
|
95
|
-
float: left;
|
|
96
|
-
padding-right: 10px;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
&.dropdown-menu-right{
|
|
101
|
-
&:before,
|
|
102
|
-
&:after{
|
|
103
|
-
right: 12px !important;
|
|
104
|
-
left: auto !important;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.dropdown-with-icons{
|
|
111
|
-
> li > a{
|
|
112
|
-
padding-left: 0px;
|
|
113
|
-
line-height: 28px;
|
|
114
|
-
}
|
|
115
|
-
i{
|
|
116
|
-
text-align: center;
|
|
117
|
-
line-height: 28px;
|
|
118
|
-
float: left;
|
|
119
|
-
|
|
120
|
-
&[class^="pe-"]{
|
|
121
|
-
font-size: 24px;
|
|
122
|
-
width: 46px;
|
|
123
|
-
}
|
|
124
|
-
&[class^="fa"]{
|
|
125
|
-
font-size: 14px;
|
|
126
|
-
width: 38px;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
//fix bug for the select items in btn-group
|
|
132
|
-
.btn-group.select{
|
|
133
|
-
overflow: hidden;
|
|
134
|
-
}
|
|
135
|
-
.btn-group.select.show{
|
|
136
|
-
overflow: visible;
|
|
137
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
.footer{
|
|
2
|
-
background-color: $white-color;
|
|
3
|
-
|
|
4
|
-
.footer-menu{
|
|
5
|
-
height: 41px;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
nav > ul{
|
|
9
|
-
list-style: none;
|
|
10
|
-
margin: 0;
|
|
11
|
-
padding: 0;
|
|
12
|
-
font-weight: normal;
|
|
13
|
-
|
|
14
|
-
a:not(.btn){
|
|
15
|
-
color: $dark-gray;
|
|
16
|
-
display: block;
|
|
17
|
-
margin-bottom: 3px;
|
|
18
|
-
&:hover,
|
|
19
|
-
&:focus{
|
|
20
|
-
color: $default-states-color;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
.social-area{
|
|
25
|
-
padding: 15px 0;
|
|
26
|
-
h5{
|
|
27
|
-
padding-bottom: 15px;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
.social-area > a:not(.btn){
|
|
31
|
-
color: $dark-gray;
|
|
32
|
-
display: inline-block;
|
|
33
|
-
vertical-align: top;
|
|
34
|
-
padding: $padding-social-a;
|
|
35
|
-
font-size: $font-size-large-navbar;
|
|
36
|
-
font-weight: normal;
|
|
37
|
-
line-height: $line-height;
|
|
38
|
-
text-align: center;
|
|
39
|
-
&:hover,
|
|
40
|
-
&:focus{
|
|
41
|
-
color: $default-states-color;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
.copyright{
|
|
45
|
-
color: $default-states-color;
|
|
46
|
-
padding: 10px 15px;
|
|
47
|
-
margin: 10px 3px;
|
|
48
|
-
line-height: 20px;
|
|
49
|
-
font-size: $font-size-base;
|
|
50
|
-
}
|
|
51
|
-
hr{
|
|
52
|
-
border-color: $medium-gray;
|
|
53
|
-
}
|
|
54
|
-
.title{
|
|
55
|
-
color: $default-states-color;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.footer-default{
|
|
60
|
-
background-color: $smoke-bg;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.footer:not(.footer-big){
|
|
64
|
-
nav > ul{
|
|
65
|
-
font-size: $font-size-base;
|
|
66
|
-
li{
|
|
67
|
-
margin-left: 20px;
|
|
68
|
-
float: left;
|
|
69
|
-
}
|
|
70
|
-
a{
|
|
71
|
-
padding: 10px 0px;
|
|
72
|
-
margin: 10px 10px 10px 0px;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
.form-control::-moz-placeholder{
|
|
2
|
-
@include placeholder($medium-gray,1);
|
|
3
|
-
}
|
|
4
|
-
.form-control:-moz-placeholder{
|
|
5
|
-
@include placeholder($medium-gray,1);
|
|
6
|
-
}
|
|
7
|
-
.form-control::-webkit-input-placeholder{
|
|
8
|
-
@include placeholder($medium-gray,1);
|
|
9
|
-
}
|
|
10
|
-
.form-control:-ms-input-placeholder{
|
|
11
|
-
@include placeholder($medium-gray,1);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.form-control {
|
|
15
|
-
background-color: $white-bg;
|
|
16
|
-
border: 1px solid $light;
|
|
17
|
-
border-radius: $border-radius-base;
|
|
18
|
-
color: #565656;
|
|
19
|
-
@include input-size($padding-base-vertical, $padding-base-horizontal - 4, $height-base);
|
|
20
|
-
@include box-shadow(none);
|
|
21
|
-
|
|
22
|
-
&:focus{
|
|
23
|
-
background-color: $white-bg;
|
|
24
|
-
border: 1px solid $light;
|
|
25
|
-
@include box-shadow(none);
|
|
26
|
-
outline: 0 !important;
|
|
27
|
-
color: #333333;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.has-success &,
|
|
31
|
-
.has-error &,
|
|
32
|
-
.has-success &:focus,
|
|
33
|
-
.has-error &:focus{
|
|
34
|
-
border-color: $light-gray;
|
|
35
|
-
@include box-shadow(none);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.has-success &{
|
|
39
|
-
color: $success-color;
|
|
40
|
-
}
|
|
41
|
-
.has-success &:focus{
|
|
42
|
-
border-color: $success-color;
|
|
43
|
-
}
|
|
44
|
-
.has-error &{
|
|
45
|
-
color: $danger-color;
|
|
46
|
-
}
|
|
47
|
-
.has-error &:focus{
|
|
48
|
-
border-color: $danger-color;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
& + .form-control-feedback{
|
|
52
|
-
border-radius: $border-radius-large;
|
|
53
|
-
font-size: $font-size-base;
|
|
54
|
-
margin-top: -7px;
|
|
55
|
-
position: absolute;
|
|
56
|
-
right: 10px;
|
|
57
|
-
top: 50%;
|
|
58
|
-
vertical-align: middle;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.open &{
|
|
62
|
-
border-radius: $border-radius-base $border-radius-base 0 0;
|
|
63
|
-
border-bottom-color: transparent;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.input-lg{
|
|
68
|
-
height: 55px;
|
|
69
|
-
padding: $padding-large-vertical $padding-large-horizontal;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.has-error{
|
|
73
|
-
.form-control-feedback{
|
|
74
|
-
color: $danger-color;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
.has-success{
|
|
78
|
-
.form-control-feedback{
|
|
79
|
-
color: $success-color
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
.input-group-addon {
|
|
85
|
-
background-color: $white-color;
|
|
86
|
-
border: 1px solid $light-gray;
|
|
87
|
-
border-radius: $border-radius-base;
|
|
88
|
-
|
|
89
|
-
.has-success &,
|
|
90
|
-
.has-error &{
|
|
91
|
-
background-color: $white-color;
|
|
92
|
-
border: 1px solid $light-gray;
|
|
93
|
-
}
|
|
94
|
-
.has-error .form-control:focus + &{
|
|
95
|
-
border-color: $danger-color;
|
|
96
|
-
color: $danger-color;
|
|
97
|
-
}
|
|
98
|
-
.has-success .form-control:focus + &{
|
|
99
|
-
border-color: $success-color;
|
|
100
|
-
color: $success-color;
|
|
101
|
-
}
|
|
102
|
-
.form-control:focus + &,
|
|
103
|
-
.form-control:focus ~ &{
|
|
104
|
-
background-color: $white-color;
|
|
105
|
-
border-color: $dark-gray;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.input-group .form-control:first-child,
|
|
110
|
-
.input-group-addon:first-child,
|
|
111
|
-
.input-group-btn:first-child > .dropdown-toggle,
|
|
112
|
-
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
|
|
113
|
-
border-right: 0 none;
|
|
114
|
-
}
|
|
115
|
-
.input-group .form-control:last-child,
|
|
116
|
-
.input-group-addon:last-child,
|
|
117
|
-
.input-group-btn:last-child > .dropdown-toggle,
|
|
118
|
-
.input-group-btn:first-child > .btn:not(:first-child) {
|
|
119
|
-
border-left: 0 none;
|
|
120
|
-
}
|
|
121
|
-
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
|
122
|
-
background-color: $smoke-bg;
|
|
123
|
-
color: $default-color;
|
|
124
|
-
cursor: not-allowed;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.input-group-btn .btn{
|
|
128
|
-
border-width: $border-thin;
|
|
129
|
-
padding: $padding-round-vertical $padding-base-horizontal;
|
|
130
|
-
}
|
|
131
|
-
.input-group-btn .btn-default:not(.btn-fill){
|
|
132
|
-
border-color: $medium-gray;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.input-group-btn:last-child > .btn{
|
|
136
|
-
margin-left: 0;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.input-group-focus .input-group-addon{
|
|
140
|
-
border-color: $dark-gray;
|
|
141
|
-
}
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
/* General overwrite */
|
|
2
|
-
|
|
3
|
-
a{
|
|
4
|
-
color: $link-color;
|
|
5
|
-
|
|
6
|
-
&:hover, &:focus{
|
|
7
|
-
color: $link-color;
|
|
8
|
-
text-decoration: none;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
a:focus, a:active,
|
|
13
|
-
button::-moz-focus-inner,
|
|
14
|
-
input::-moz-focus-inner,
|
|
15
|
-
input[type="reset"]::-moz-focus-inner,
|
|
16
|
-
input[type="button"]::-moz-focus-inner,
|
|
17
|
-
input[type="submit"]::-moz-focus-inner,
|
|
18
|
-
select::-moz-focus-inner,
|
|
19
|
-
input[type="file"] > input[type="button"]::-moz-focus-inner{
|
|
20
|
-
outline:0;
|
|
21
|
-
}
|
|
22
|
-
.ui-slider-handle:focus,
|
|
23
|
-
.navbar-toggle,
|
|
24
|
-
input:focus {
|
|
25
|
-
outline : 0 !important;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
/* Animations */
|
|
29
|
-
.form-control,
|
|
30
|
-
.input-group-addon,
|
|
31
|
-
.tagsinput,
|
|
32
|
-
.navbar,
|
|
33
|
-
.navbar .alert{
|
|
34
|
-
@include transition($general-transition-time, $transition-linear);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.sidebar .nav a,
|
|
38
|
-
.table > tbody > tr .td-actions .btn{
|
|
39
|
-
@include transition($fast-transition-time, $transition-ease-in);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.btn{
|
|
43
|
-
@include transition($ultra-fast-transition-time, $transition-ease-in);
|
|
44
|
-
}
|
|
45
|
-
.fa{
|
|
46
|
-
text-align: center;
|
|
47
|
-
}
|
|
48
|
-
.margin-top{
|
|
49
|
-
margin-top: 50px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
// documentation
|
|
55
|
-
|
|
56
|
-
.page-header{
|
|
57
|
-
.page-header-image{
|
|
58
|
-
background-position: center center;
|
|
59
|
-
background-size: cover;
|
|
60
|
-
overflow: hidden;
|
|
61
|
-
width: 100%;
|
|
62
|
-
z-index: 1;
|
|
63
|
-
}
|
|
64
|
-
.title-container{
|
|
65
|
-
color: #fff;
|
|
66
|
-
position: relative;
|
|
67
|
-
top: 250px;
|
|
68
|
-
z-index: 3;
|
|
69
|
-
}
|
|
70
|
-
.filter:after{
|
|
71
|
-
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9368e9 0%, #943bea 100%) repeat scroll 0 0 / 150% 150%;
|
|
72
|
-
content: "";
|
|
73
|
-
display: block;
|
|
74
|
-
height: 100%;
|
|
75
|
-
left: 0;
|
|
76
|
-
opacity: 0.77;
|
|
77
|
-
position: absolute;
|
|
78
|
-
top: 0;
|
|
79
|
-
width: 100%;
|
|
80
|
-
z-index: 2;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.documentation .page-header,
|
|
85
|
-
.documentation .page-header-image,
|
|
86
|
-
.documentation .page-header-image .filter:after{
|
|
87
|
-
height: 100vh;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.documentation .footer{
|
|
91
|
-
z-index: 3;
|
|
92
|
-
}
|
|
93
|
-
.documentation .wrapper{
|
|
94
|
-
margin-top: -61px;
|
|
95
|
-
height: 100vh;
|
|
96
|
-
}
|
|
97
|
-
.documentation .navbar{
|
|
98
|
-
z-index: 21;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.card-tasks{
|
|
102
|
-
.card-body{
|
|
103
|
-
.table{
|
|
104
|
-
td{
|
|
105
|
-
font-size: 14px;
|
|
106
|
-
|
|
107
|
-
.btn{
|
|
108
|
-
font-size: 14px;
|
|
109
|
-
}
|
|
110
|
-
.btn-info{
|
|
111
|
-
margin-top: 3px;
|
|
112
|
-
padding-right: 0;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
td:last-child{
|
|
116
|
-
padding-right: 0;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
@@ -1,235 +0,0 @@
|
|
|
1
|
-
.nav {
|
|
2
|
-
.nav-item{
|
|
3
|
-
.nav-link:hover,
|
|
4
|
-
.nav-link:focus{
|
|
5
|
-
background-color: transparent;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
.navbar {
|
|
11
|
-
border: $none;
|
|
12
|
-
border-radius: 0;
|
|
13
|
-
min-height: 43px;
|
|
14
|
-
background-color: $white-navbar;
|
|
15
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
&.fixed-top {
|
|
19
|
-
min-height: 60px;
|
|
20
|
-
padding: 0px;
|
|
21
|
-
margin: 0px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&.page-nav {
|
|
25
|
-
min-height: 44px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.navbar-brand {
|
|
29
|
-
font-weight: 400;
|
|
30
|
-
margin: 3px 0px;
|
|
31
|
-
font-size: 22px;
|
|
32
|
-
color: $black-color;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.navbar-toggler {
|
|
36
|
-
width: 37px;
|
|
37
|
-
height: 27px;
|
|
38
|
-
vertical-align: middle;
|
|
39
|
-
outline: 0;
|
|
40
|
-
cursor: pointer;
|
|
41
|
-
|
|
42
|
-
&.navbar-toggler-left {
|
|
43
|
-
position: relative;
|
|
44
|
-
left: 0;
|
|
45
|
-
padding-left: 0;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
& .navbar-toggler-bar {
|
|
49
|
-
width: 3px;
|
|
50
|
-
height: 3px;
|
|
51
|
-
border-radius: 50%;
|
|
52
|
-
margin: 0 auto;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.burger-lines {
|
|
56
|
-
display: block;
|
|
57
|
-
position: relative;
|
|
58
|
-
background-color: #888;
|
|
59
|
-
width: 24px;
|
|
60
|
-
height: 2px;
|
|
61
|
-
border-radius: 1px;
|
|
62
|
-
margin: 4px auto;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.toggled {
|
|
67
|
-
.burger-lines:first-child {
|
|
68
|
-
top: 6px;
|
|
69
|
-
-webkit-animation: topbar-x 500ms linear 0s;
|
|
70
|
-
-moz-animation: topbar-x 500ms linear 0s;
|
|
71
|
-
animation: topbar-x 500ms 0s;
|
|
72
|
-
-webkit-animation-fill-mode: forwards;
|
|
73
|
-
-moz-animation-fill-mode: forwards;
|
|
74
|
-
animation-fill-mode: forwards;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.burger-lines:nth-child(2) {
|
|
78
|
-
opacity: 0;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.burger-lines:nth-child(3) {
|
|
82
|
-
bottom: 6px;
|
|
83
|
-
-webkit-animation: bottombar-x 500ms linear 0s;
|
|
84
|
-
-moz-animation: bottombar-x 500ms linear 0s;
|
|
85
|
-
animation: bottombar-x 500ms 0s;
|
|
86
|
-
-webkit-animation-fill-mode: forwards;
|
|
87
|
-
-moz-animation-fill-mode: forwards;
|
|
88
|
-
animation-fill-mode: forwards;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.dropdown.nav-item {
|
|
93
|
-
.dropdown-toggle:after {
|
|
94
|
-
margin-top: 8px;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.navbar-nav {
|
|
99
|
-
flex-direction: row;
|
|
100
|
-
|
|
101
|
-
.nav-item {
|
|
102
|
-
.nav-link {
|
|
103
|
-
color: $primary-color;
|
|
104
|
-
padding: $navbar-padding-b;
|
|
105
|
-
position: relative;
|
|
106
|
-
display: inline-flex;
|
|
107
|
-
line-height: 1.2;
|
|
108
|
-
|
|
109
|
-
&.nav-link-arrow {
|
|
110
|
-
color: $link-color;
|
|
111
|
-
font-size: 13px;
|
|
112
|
-
font-weight: 700;
|
|
113
|
-
line-height: 20px;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
&.btn {
|
|
117
|
-
margin: $navbar-margin-a-btn;
|
|
118
|
-
padding: $padding-base-vertical $padding-base-horizontal;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
&.btn-round {
|
|
122
|
-
margin: $navbar-margin-a-btn-round;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
[class^="fa"] {
|
|
126
|
-
font-size: $font-size-large;
|
|
127
|
-
position: relative;
|
|
128
|
-
line-height: 10px;
|
|
129
|
-
top: 1px;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
&.active {
|
|
134
|
-
.nav-link-arrow {
|
|
135
|
-
color: $link-disabled-color;
|
|
136
|
-
padding-bottom: 9px !important;
|
|
137
|
-
border-bottom: 3px solid $link-disabled-color;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.notification {
|
|
143
|
-
position: absolute;
|
|
144
|
-
background-color: #FB404B;
|
|
145
|
-
text-align: center;
|
|
146
|
-
border-radius: 10px;
|
|
147
|
-
min-width: 18px;
|
|
148
|
-
padding: 0 5px;
|
|
149
|
-
height: 18px;
|
|
150
|
-
font-size: 12px;
|
|
151
|
-
color: $white-color;
|
|
152
|
-
font-weight: bold;
|
|
153
|
-
line-height: 18px;
|
|
154
|
-
top: 0;
|
|
155
|
-
left: 7px;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.dropdown-toggle:after {
|
|
159
|
-
display: inline-block;
|
|
160
|
-
width: 0;
|
|
161
|
-
height: 0;
|
|
162
|
-
margin-left: 5px;
|
|
163
|
-
margin-top: 12px;
|
|
164
|
-
vertical-align: middle;
|
|
165
|
-
border-top: 4px dashed;
|
|
166
|
-
border-top: 4px solid\9;
|
|
167
|
-
border-right: 4px solid transparent;
|
|
168
|
-
border-left: 4px solid transparent;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.btn-simple {
|
|
173
|
-
font-size: $font-size-medium;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
&.fixed {
|
|
177
|
-
width: calc(100% - calc(100% - 200px));
|
|
178
|
-
right: 0;
|
|
179
|
-
left: auto;
|
|
180
|
-
border-radius: 0;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.nc-icon {
|
|
184
|
-
font-weight: 700;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.navbar-icons{
|
|
189
|
-
&.navbar .navbar-brand{
|
|
190
|
-
margin-top: 12px;
|
|
191
|
-
margin-bottom: 12px;
|
|
192
|
-
}
|
|
193
|
-
.navbar-nav{
|
|
194
|
-
.nav-item{
|
|
195
|
-
.nav-link{
|
|
196
|
-
text-align: center;
|
|
197
|
-
padding: $navbar-padding-a-icons;
|
|
198
|
-
margin: $navbar-margin-a-icons;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
[class^="pe"] {
|
|
203
|
-
font-size: 30px;
|
|
204
|
-
position: relative;
|
|
205
|
-
}
|
|
206
|
-
p {
|
|
207
|
-
margin: 3px 0 0;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.navbar-transparent{
|
|
213
|
-
padding-top: 15px;
|
|
214
|
-
background-color: transparent;
|
|
215
|
-
border-bottom: 1px solid transparent;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.navbar-toggle{
|
|
219
|
-
margin-top: 19px;
|
|
220
|
-
margin-bottom: 19px;
|
|
221
|
-
border: $none;
|
|
222
|
-
|
|
223
|
-
.icon-bar {
|
|
224
|
-
background-color: $white-color;
|
|
225
|
-
}
|
|
226
|
-
.navbar-collapse,
|
|
227
|
-
.navbar-form {
|
|
228
|
-
border-color: transparent;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
&.navbar-default .navbar-toggle:hover,
|
|
232
|
-
&.navbar-default .navbar-toggle:focus {
|
|
233
|
-
background-color: transparent;
|
|
234
|
-
}
|
|
235
|
-
}
|