mirror of https://github.com/ColorlibHQ/AdminLTE
Reformat code style
parent
8781ae4854
commit
e8507e21d7
|
@ -150,7 +150,7 @@
|
||||||
background-color: $maroon;
|
background-color: $maroon;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Set of Active Background Colors
|
// Set of Active Background Colors
|
||||||
.bg-gray-active {
|
.bg-gray-active {
|
||||||
color: #000;
|
color: #000;
|
||||||
background-color: darken($gray, 10%);
|
background-color: darken($gray, 10%);
|
||||||
|
@ -220,7 +220,7 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Disabled!
|
// Disabled!
|
||||||
[class^="bg-"].disabled {
|
[class^="bg-"].disabled {
|
||||||
opacity: .65;
|
opacity: .65;
|
||||||
}
|
}
|
||||||
|
@ -425,24 +425,24 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Description Block Extension
|
// Description Block Extension
|
||||||
.description-block {
|
.description-block {
|
||||||
.description-icon {
|
.description-icon {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Remove top padding
|
// Remove top padding
|
||||||
.no-pad-top {
|
.no-pad-top {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Make position static
|
// Make position static
|
||||||
.position-static {
|
.position-static {
|
||||||
position: static !important;
|
position: static !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
//List utility classes
|
// List utility classes
|
||||||
.list-header {
|
.list-header {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 10px 4px;
|
padding: 10px 4px;
|
||||||
|
@ -466,12 +466,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Light font weight
|
// Light font weight
|
||||||
.font-light {
|
.font-light {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
//User block
|
// User block
|
||||||
.user-block {
|
.user-block {
|
||||||
@include clearfix();
|
@include clearfix();
|
||||||
img {
|
img {
|
||||||
|
@ -508,7 +508,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Image sizes
|
// Image sizes
|
||||||
.img-sm,
|
.img-sm,
|
||||||
.img-md,
|
.img-md,
|
||||||
.img-lg {
|
.img-lg {
|
||||||
|
@ -604,7 +604,7 @@
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//General attachemnt block
|
// General attachemnt block
|
||||||
.attachment-block {
|
.attachment-block {
|
||||||
border: 1px solid $box-border-color;
|
border: 1px solid $box-border-color;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
Loading…
Reference in New Issue