new changes
This commit is contained in:
@@ -666,4 +666,79 @@ PLUS DROPDOWN
|
||||
|
||||
.hotkey-card:focus{
|
||||
border: 1px solid blue !important;
|
||||
}
|
||||
|
||||
.success-field input{
|
||||
/*border: 1px solid #000;*/
|
||||
}
|
||||
|
||||
.errors-field input{
|
||||
border: 1px solid #F00;
|
||||
}
|
||||
|
||||
.success-field small{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.errors-field small{
|
||||
color: #F00;
|
||||
margin-left: 10px;
|
||||
font-size: 0.7em;
|
||||
font-style: italic;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
#passport-error {
|
||||
display: none; /* Скрыть по умолчанию */
|
||||
color: #F00; /* Красный цвет для ошибки */
|
||||
}
|
||||
|
||||
select {
|
||||
border: 1px solid #838383;
|
||||
border-style: outset;
|
||||
font-weight: bold;
|
||||
color: #3F3F3F;
|
||||
max-width: 100% !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
option {
|
||||
max-width: 120px !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
.alert-placeholder
|
||||
{
|
||||
position: relative;
|
||||
color: attr(data-color) !important;
|
||||
font-size: 20px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.alert-lg:before{
|
||||
top: 4px;
|
||||
}
|
||||
.alert-md:before{
|
||||
top: 4px;
|
||||
}
|
||||
.alert-sm:before{
|
||||
top: 1px;
|
||||
}
|
||||
.alert-placeholder:before
|
||||
{
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
font-family: 'Font Awesome\ 5 Free';
|
||||
content: "\f071";
|
||||
font-weight: 900;
|
||||
pointer-events: none;
|
||||
opacity: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: clip;
|
||||
}
|
||||
.alert-popover{
|
||||
top: 0px !important;
|
||||
left: calc(50% - 124px) !important;
|
||||
width: 250px !important;
|
||||
}
|
||||
@@ -7,6 +7,14 @@
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.warning-icn::before {
|
||||
font-family: 'Font Awesome\ 5 Free';
|
||||
content: "\f071";
|
||||
font-weight: 900;
|
||||
margin-right: 3px;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.m-off::before{
|
||||
margin: 0px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user