This commit is contained in:
Le Van Duc 2023-09-06 07:23:21 +07:00
commit 19d61bf796
85 changed files with 4162 additions and 2699 deletions

View file

@ -277,6 +277,15 @@ input {
overflow-x: auto;
overflow-y: hidden;
&::-webkit-scrollbar {
width: 0.1rem; // Adjust the width as needed
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: transparent;
}
> li {
position: relative;
display: block;
@ -614,6 +623,14 @@ ul.select2-selection__rendered {
background: gray;
}
ul.errorlist {
margin: 0px;
text-align: right;
list-style: none;
padding: 0px;
color: red;
}
.registration-form {
.sortedm2m-container, .sortedm2m-container p.selector-filter {
width: 300px;
@ -690,12 +707,6 @@ ul.select2-selection__rendered {
width: 450px;
}
ul.errorlist {
margin: 0px;
text-align: right;
list-style: none;
}
.full-textfield {
padding-top: 0.5em;
}