| .. | |||||
| _animation.scss | |||||
| _bg-colors.scss | |||||
| _breadcrumb.scss | |||||
| _buttons.scss | |||||
| _forms.scss | |||||
| _helpers.scss | |||||
| _icons.scss | |||||
| _lists.scss | |||||
| _pagetitle.scss | |||||
| _pagination.scss | |||||
| _preloader.scss | |||||
| _tabs.scss | |||||
| _typography.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/promosi/assets/scss/layout/ |
Upload File : |
/*-------------------
lists
-------------------*/
.list-items li {
position: relative;
padding-left: 32px;
font-size: 15px;
font-weight: 700;
color: $color-heading;
margin-bottom: 9px;
&:before {
content: "\f00c";
font-family: 'Fontawesome';
position: absolute;
top: 50%;
left: 0;
font-size: 10px;
font-weight: 400;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
color: $color-white;
background-color: $color-theme;
@include prefix(transform, translateY(-50%), webkit moz ms o);
}
}
.list-items-white li {
color: $color-white;
&:before {
background-color: $color-white;
color: $color-theme;
}
}
.list-items-layout2 li {
padding-left: 25px;
&:before {
background-color: transparent;
color: $color-theme;
}
}
@media (max-width:992px) {
.list-items-layout2 {
-ms-flex-direction: column;
flex-direction: column;
li {
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
}
}
}
/* Extra Small Devices */
@include xs-sm-screens {
.list-items li {
font-size: 15px;
font-weight: 400;
}
}| .. | |||||
| _animation.scss | |||||
| _bg-colors.scss | |||||
| _breadcrumb.scss | |||||
| _buttons.scss | |||||
| _forms.scss | |||||
| _helpers.scss | |||||
| _icons.scss | |||||
| _lists.scss | |||||
| _pagetitle.scss | |||||
| _pagination.scss | |||||
| _preloader.scss | |||||
| _tabs.scss | |||||
| _typography.scss |