Added original Vuexy files and cloned focus2 views into vuexy views for its conversion

This commit is contained in:
imnavajas
2023-05-06 13:01:53 +02:00
parent f0772cf1a6
commit ab99ba508b
1240 changed files with 240576 additions and 12 deletions

View 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;
}