mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-18 14:08:04 +00:00
Added many styles from the template files directly to tortin.less and make their color use LessCSS variables
This commit is contained in:
@@ -269,6 +269,35 @@ color:#FFFFFF;
|
|||||||
background-color:darken(@bg-hero, 10%);
|
background-color:darken(@bg-hero, 10%);
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
}
|
}
|
||||||
|
.checkbox input, .radio input {display:none}
|
||||||
|
.checkbox input + label, .radio input + label {
|
||||||
|
padding-left:0;
|
||||||
|
}
|
||||||
|
.checkbox input + label:before, .radio input + label:before {
|
||||||
|
font-family: FontAwesome;
|
||||||
|
display: inline-block;
|
||||||
|
letter-spacing:5px;
|
||||||
|
font-size:20px;
|
||||||
|
color:@bg-hero;
|
||||||
|
vertical-align:middle;
|
||||||
|
}
|
||||||
|
.checkbox input + label:before {content: "\f0c8"}
|
||||||
|
.checkbox input:checked + label:before {content: "\f14a"}
|
||||||
|
.radio input + label:before {content: "\f10c"}
|
||||||
|
.radio input:checked + label:before {content: "\f192"}
|
||||||
|
.uploadbtn:before {
|
||||||
|
position:absolute;
|
||||||
|
left:0;
|
||||||
|
right:0;
|
||||||
|
text-align:center;
|
||||||
|
content:"Select file";
|
||||||
|
font-family: 'Montserrat', sans-serif;
|
||||||
|
}
|
||||||
|
.jcrop-holder > div > div:nth-child(1) {
|
||||||
|
outline-width:2px;
|
||||||
|
outline-style:solid;
|
||||||
|
outline-color:@bg-hero;
|
||||||
|
}
|
||||||
@media (max-width:767px) {
|
@media (max-width:767px) {
|
||||||
.navbar-tortin .navbar-nav .open .dropdown-menu > li > a {
|
.navbar-tortin .navbar-nav .open .dropdown-menu > li > a {
|
||||||
color:#FFFFFF
|
color:#FFFFFF
|
||||||
|
|||||||
Reference in New Issue
Block a user