Changed titles style
This commit is contained in:
parent
2305bb6207
commit
72de215460
@ -130,14 +130,14 @@
|
|||||||
@popover-arrow-outer-color: @secondary-border-color;
|
@popover-arrow-outer-color: @secondary-border-color;
|
||||||
@popover-title-bg: @transparent;
|
@popover-title-bg: @transparent;
|
||||||
@alert-border-radius: 0;
|
@alert-border-radius: 0;
|
||||||
@label-warning-bg: spin(darken(@logo-yellow, 4%), -6);
|
@label-warning-bg: spin(darken(@logo-yellow, 4%), -10);
|
||||||
@label-danger-bg: spin(darken(@logo-orange, 4%), -4);
|
@state-warning-text: spin(darken(@logo-yellow, 14%), -10);
|
||||||
@state-warning-text: spin(darken(@logo-yellow, 14%), -6);
|
@state-warning-bg: fade(spin(@logo-yellow, -10), 12%);
|
||||||
@state-warning-bg: fade(spin(@logo-yellow, -6), 12%);
|
@state-warning-border: fade(spin(@logo-yellow, -10), 24%);
|
||||||
@state-warning-border: fade(spin(@logo-yellow, -6), 24%);
|
@label-danger-bg: spin(darken(@logo-orange, 4%), -8);
|
||||||
@state-danger-text: spin(darken(@logo-orange, 18%), -4);
|
@state-danger-text: spin(darken(@logo-orange, 18%), -8);
|
||||||
@state-danger-bg: fade(spin(@logo-orange, -4), 10%);
|
@state-danger-bg: fade(spin(@logo-orange, -8), 10%);
|
||||||
@state-danger-border: fade(spin(@logo-orange, -4), 20%);
|
@state-danger-border: fade(spin(@logo-orange, -8), 20%);
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -192,18 +192,27 @@ body {
|
|||||||
.translate(0, 0);
|
.translate(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
}
|
||||||
background-color: @secondary-bg-light;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-body {
|
.modal-content {
|
||||||
background-color: @secondary-bg-lighter;
|
background-color: @secondary-bg-light;
|
||||||
padding-bottom: 30px;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.modal-footer {
|
.modal-body {
|
||||||
margin-top: 0;
|
background-color: @secondary-bg-lighter;
|
||||||
}
|
padding-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-footer {
|
||||||
|
background-color: @secondary-bg-light;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-iframe {
|
||||||
|
display: block;
|
||||||
|
margin: 30px auto 0;
|
||||||
|
z-index: 1040;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -244,6 +253,8 @@ a {
|
|||||||
|
|
||||||
.list-group-item {
|
.list-group-item {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
|
border-left-width: 0;
|
||||||
|
border-right-width: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
.list-group & {
|
.list-group & {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@ -251,9 +262,24 @@ a {
|
|||||||
a&:hover,
|
a&:hover,
|
||||||
a&:focus {
|
a&:focus {
|
||||||
color: darken(@secondary, 30%);
|
color: darken(@secondary, 30%);
|
||||||
border-top-color: @list-group-hover-border-color;
|
border-color: @list-group-hover-border-color;
|
||||||
border-bottom-color: @list-group-hover-border-color;
|
|
||||||
}
|
}
|
||||||
|
.checkbox {
|
||||||
|
float: right;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
cursor: pointer;
|
||||||
|
input {
|
||||||
|
cursor: pointer;
|
||||||
|
margin: 0 16px;
|
||||||
|
height: @input-height-slim;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group {
|
||||||
|
margin-bottom: 1px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-danger:hover {
|
.text-danger:hover {
|
||||||
@ -765,17 +791,6 @@ a {
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
border-top-color: @modal-content-separator-color;
|
border-top-color: @modal-content-separator-color;
|
||||||
}
|
}
|
||||||
.checkbox {
|
|
||||||
float: right;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
cursor: pointer;
|
|
||||||
input {
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 0 16px;
|
|
||||||
height: @input-height-slim;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.input-rename {
|
.input-rename {
|
||||||
width: 220px;
|
width: 220px;
|
||||||
height: @input-height-slim;
|
height: @input-height-slim;
|
||||||
@ -1321,7 +1336,7 @@ div.dropdown-menu, {
|
|||||||
color: @link-hover-color;
|
color: @link-hover-color;
|
||||||
}
|
}
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
margin: 1em 0;
|
margin: 0.8em 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user