First Commit
This commit is contained in:
commit
0c9a118281
633 changed files with 76612 additions and 0 deletions
1
resources/assets/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.js
vendored
Executable file
File diff suppressed because one or more lines are too long
41
resources/assets/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.scss
vendored
Executable file
41
resources/assets/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.scss
vendored
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
.bootstrap-maxlength {
|
||||
vertical-align: baseline;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.default-style {
|
||||
@import '../../sass/_appwork/include';
|
||||
|
||||
.bootstrap-maxlength {
|
||||
padding: $badge-padding-y $badge-padding-x;
|
||||
background: $badge-default-bg;
|
||||
font-weight: $badge-font-weight;
|
||||
font-size: $badge-font-size;
|
||||
|
||||
@include border-bottom-radius($badge-border-radius);
|
||||
|
||||
&.label-danger {
|
||||
background: map-get($theme-colors, danger);
|
||||
color: yiq(map-get($theme-colors, danger));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.material-style {
|
||||
@import '../../sass/_appwork/include-material';
|
||||
|
||||
.bootstrap-maxlength {
|
||||
padding: $badge-padding-y $badge-padding-x;
|
||||
background: $badge-default-bg;
|
||||
font-weight: $badge-font-weight;
|
||||
font-size: $badge-font-size;
|
||||
|
||||
@include border-bottom-radius($badge-border-radius);
|
||||
|
||||
&.label-danger {
|
||||
background: map-get($theme-colors, danger);
|
||||
color: yiq(map-get($theme-colors, danger));
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue