mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Added original Vuexy files and cloned focus2 views into vuexy views for its conversion
This commit is contained in:
31
httpdocs/themes/vuexy/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.css
vendored
Normal file
31
httpdocs/themes/vuexy/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.css
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
.bootstrap-maxlength {
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.light-style .bootstrap-maxlength {
|
||||
background: rgba(75, 70, 92, 0.2);
|
||||
font-size: 0.81em;
|
||||
font-weight: 600;
|
||||
padding: 0.49em 1em;
|
||||
border-bottom-right-radius: 0.25rem;
|
||||
border-bottom-left-radius: 0.25rem;
|
||||
}
|
||||
.light-style .bootstrap-maxlength.label-danger {
|
||||
color: #fff;
|
||||
background: #ea5455;
|
||||
}
|
||||
|
||||
.dark-style .bootstrap-maxlength {
|
||||
background: #25293c;
|
||||
padding: 0.49em 1em;
|
||||
font-size: 0.81em;
|
||||
font-weight: 600;
|
||||
border-bottom-right-radius: 0.25rem;
|
||||
border-bottom-left-radius: 0.25rem;
|
||||
}
|
||||
.dark-style .bootstrap-maxlength.label-danger {
|
||||
color: #fff;
|
||||
background: #ea5455;
|
||||
}
|
||||
Reference in New Issue
Block a user