| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/resources/sass/ |
Upload File : |
// vuetify
// main
.theme--light{
.__background{
background-color: #fff;
color: #000000de;
}
}
.theme--dark{
.__background{
background-color: #1e1e1e;
color: #fff;
}
}
// input
.__input-dense {
.v-input__slot{
min-height: 32px !important; // 32 is the min
}
.v-input__append-inner{
margin-top: 5px !important;
}
}
// // table
// .glowable-row {
// .v-data-table__wrapper{
// overflow-x: unset !important;
// overflow-y: unset !important;
// }
// tbody tr {
// &:hover{
// transform: scale(1.02);
// }
// transition: all .3s ease-in-out;
// border-radius: 10px;
// }
// }
.row-gap{
background: transparent !important;
table {
border-collapse: separate;
border-spacing: 0 0.5em !important;
th, td{
border-bottom:unset !important;
&:first-child{
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
&:last-child{
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
}
}
&.theme--light tr{
background-color: #fff;
color: #000000de;
&:hover{
background: #fff !important;
}
}
&.theme--dark tr{
background-color: #1e1e1e;
color: #fff;
&:hover{
background: #1e1e1e !important;
}
}
.v-data-footer{
border-top:unset !important;
}
}
// dialog
.v-dialog--right{
transition-duration: 0.5s !important;
width: 50%;
left: unset;
right: 0;
}
.v-divider{
margin: auto;
}