Moved library css to css/lib folder
This commit is contained in:
4
public/css/font-awesome.min.css
vendored
4
public/css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
7
public/css/lib/bootstrap.min.css
vendored
Normal file
7
public/css/lib/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
public/css/lib/font-awesome.min.css
vendored
Normal file
4
public/css/lib/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1,5 +1,4 @@
|
|||||||
// iOS 7 Bootstrap Theme
|
// iOS 7 Bootstrap Theme
|
||||||
// Sahat Yalkabov
|
|
||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
|
|
||||||
// Variables =================================================================
|
// Variables =================================================================
|
||||||
@ -33,12 +32,12 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.login-body {
|
.login-body {
|
||||||
background: url(../img/01.jpg) no-repeat;
|
background: url(../../img/01.jpg) no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signup-body {
|
.signup-body {
|
||||||
background: url(../img/06.jpg) no-repeat;
|
background: url(../../img/06.jpg) no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -792,13 +791,13 @@ input[type="radio"] + span:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"]:checked + span:before {
|
input[type="checkbox"]:checked + span:before {
|
||||||
background: #007aff url("../img/checkmark.png") no-repeat center center;
|
background: #007aff url("../../img/checkmark.png") no-repeat center center;
|
||||||
border-color: #007aff;
|
border-color: #007aff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
|
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
|
||||||
input[type="checkbox"]:checked + span:before {
|
input[type="checkbox"]:checked + span:before {
|
||||||
background-image: url("../img/checkmark@2x.png");
|
background-image: url("../../img/checkmark@2x.png");
|
||||||
background-size: 14px 14px;
|
background-size: 14px 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user