| 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 : |
$primary : #57BD7A;
// default color for vuetify
$error : #ff5252;
$info : #2196f3;
$warning : #fb8c00;
$success : #4caf50;
$grey : #9e9e9e;
$black : #666;
$radius_sizes: (
"05": "5px",
"10": "10px",
"15": "15px",
"20": "20px",
"30": "30px",
"40": "40px"
);
@each $title,$size in $radius_sizes {
.radius-#{$title} {
border-radius: #{$size} !important;
}
}
.radius-tl-20{
border-top-left-radius: 20px !important;
}
.radius-tr-20{
border-top-right-radius: 20px !important;
}
.radius-bl-20{
border-bottom-left-radius: 20px !important;
}
.radius-br-20{
border-bottom-right-radius: 20px !important;
}
.no-word-wrap{
overflow: hidden;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.no-word-wrap-2{
overflow: hidden;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.no-outline button{
outline: none;
}
.display-paragraph{
white-space: pre-line !important;
}
.border-left-primary{
border-left: 8px solid $primary !important;
}
.border-left-error{
border-left: 8px solid $error !important;
}
.border-left-warning{
border-left: 8px solid $warning !important;
}
.border-left-info{
border-left: 8px solid $info !important;
}
.border-left-grey{
border-left: 8px solid $grey !important;
}
.border-left-black{
border-left: 8px solid $black !important;
}
.fill-width{
width: 100% !important;
}
.absolute{
position: absolute !important;
}
.relative{
position: relative !important;
}
// speical shape
.rounded-banner {
position: fixed;
width: 100%;
border-bottom-right-radius: 50% 35px;
border-bottom-left-radius: 50% 35px;
}
.btn-active{
border-bottom-right-radius: unset;
border-bottom-left-radius: unset;
border-bottom: 3px solid $primary;
}
.clickable{
cursor: pointer;
}
.hoverable{
&:hover{
opacity: 0.8;
}
}
.no-hover{
&:hover{
background: unset;
}
}
.glowable , .glowable-small, .glowable-large { transition: all .3s ease-in-out; }
.glowable-small:hover { transform: scale(1.01); }
.glowable:hover { transform: scale(1.02); }
.glowable-large:hover { transform: scale(1.03); }
.no-highlight{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}
$opacity-level: ("5": "0.5", "7": "0.7");
@each $title,$size in $opacity-level {
.opacity-#{$title}{
opacity: #{$size} !important;
}
}
.x-caption{
font-size: 0.6rem !important;
font-weight: 400;
letter-spacing: 0.01em !important;
line-height: 1rem;
font-family: "Roboto", sans-serif !important;
}