Files
Backend-Api/ServiceHost/wwwroot/AssetsClient/pages/Fine/css/ModalCreateNewFine.css

153 lines
2.5 KiB
CSS

.scroll-container-amount {
font-size: 12px;
color: #4f4f4f;
white-space: nowrap;
width: 100%;
overflow: hidden;
cursor: grab;
user-select: none;
}
.scroll-container-amount:active {
cursor: grabbing;
}
.errored {
animation: shake 300ms;
color: #eb3434 !important;
background-color: #fef2f2 !important;
border: 1px solid #eb3434 !important;
}
.textLFontColor,
.form-control {
color: #797979;
font-size: 12px;
font-weight: 500;
}
/*.form-control-number {
border: 1px solid #C6C6C6;
border-radius: 6px;
width: 40px;
}
.form-control-currency {
border: 1px solid #C6C6C6;
border-radius: 6px;
width: 120px;
}
.form-control-select {
border: 1px solid #C6C6C6;
border-radius: 6px;
width: 80px;
}*/
.textLFontColor span {
font-size: 16px;
font-weight: 600;
}
.btnCreateNew {
font-size: 14px;
font-weight: 500;
background-color: #84CC16;
color: #FFFFFF;
border-radius: 8px;
padding: 10px 70px;
}
.btnCreateNew:hover {
background-color: #5f9213;
}
.btn-add2 {
font-size: 10px;
font-weight: 400;
background-color: #84CC16;
color: #FFFFFF;
border-radius: 7px;
width: 27px;
height: 27px;
transition: ease-in-out .3s;
}
.btn-add2:hover {
background-color: #5f9213;
}
.btnCreateNew,
.btn-cancel2 {
width: 100% !important;
}
.spanTitleText {
font-size: 13px;
font-weight: 500;
color: #454545;
}
.selectTitleDiv {
position: absolute;
z-index: 2;
border-radius: 10px;
min-height: 20px;
max-height: 190px;
overflow: hidden scroll;
width: 100%;
background-color: rgb(244 244 244);
display: block;
border: 1px solid #DADADA;
}
.selectTitleDiv ul {
list-style-type: none;
padding: 0 5px;
margin: 5px 0;
}
.selectTitleDiv ul li {
display: block;
text-align: right;
color: #797979;
font-size: 12px;
font-weight: 500;
padding: 4px 3px;
transition: all ease-in-out .3s;
cursor: pointer;
width: 100%;
border-radius: 6px;
}
.selectTitleDiv ul li:hover {
background-color: #41e3e3;
color: #ffffff;
}
@media (max-width:1366px) {
.spanTitleText {
font-size: 12px;
}
}
@media (max-width:768px) {
.form-control {
margin: 0 !important;
}
.spanTitleText {
font-size: 11px;
}
}
@media (max-width:576px) {
.btnCreateNew, .btn-cancel2 {
width: 100% !important;
padding: 10px 40px;
display: flex;
justify-content: center;
}
}