Changed the header size increments to be close to those used by TeX. Changed some button colours to be lighter (needed because of the very dark @brand-primary we are using)
- Legacy-Id: 9383
This commit is contained in:
parent
b2b13d608f
commit
d83b078adb
|
@ -70,29 +70,29 @@
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background-image: -webkit-linear-gradient(top, #2c254a 0%, #141121 100%);
|
background-image: -webkit-linear-gradient(top, #6b5bad 0%, #504487 100%);
|
||||||
background-image: -o-linear-gradient(top, #2c254a 0%, #141121 100%);
|
background-image: -o-linear-gradient(top, #6b5bad 0%, #504487 100%);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#2c254a), to(#141121));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#6b5bad), to(#504487));
|
||||||
background-image: linear-gradient(to bottom, #2c254a 0%, #141121 100%);
|
background-image: linear-gradient(to bottom, #6b5bad 0%, #504487 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c254a', endColorstr='#ff141121', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b5bad', endColorstr='#ff504487', GradientType=0);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #100d1a;
|
border-color: #4c4080;
|
||||||
}
|
}
|
||||||
.btn-primary:hover,
|
.btn-primary:hover,
|
||||||
.btn-primary:focus {
|
.btn-primary:focus {
|
||||||
background-color: #141121;
|
background-color: #504487;
|
||||||
background-position: 0 -15px;
|
background-position: 0 -15px;
|
||||||
}
|
}
|
||||||
.btn-primary:active,
|
.btn-primary:active,
|
||||||
.btn-primary.active {
|
.btn-primary.active {
|
||||||
background-color: #141121;
|
background-color: #504487;
|
||||||
border-color: #100d1a;
|
border-color: #4c4080;
|
||||||
}
|
}
|
||||||
.btn-primary.disabled,
|
.btn-primary.disabled,
|
||||||
.btn-primary:disabled,
|
.btn-primary:disabled,
|
||||||
.btn-primary[disabled] {
|
.btn-primary[disabled] {
|
||||||
background-color: #141121;
|
background-color: #504487;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
.btn-success {
|
.btn-success {
|
||||||
|
@ -122,29 +122,29 @@
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
.btn-info {
|
.btn-info {
|
||||||
background-image: -webkit-linear-gradient(top, #615205 0%, #272102 100%);
|
background-image: -webkit-linear-gradient(top, #f3cd0c 0%, #b99c09 100%);
|
||||||
background-image: -o-linear-gradient(top, #615205 0%, #272102 100%);
|
background-image: -o-linear-gradient(top, #f3cd0c 0%, #b99c09 100%);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#615205), to(#272102));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#f3cd0c), to(#b99c09));
|
||||||
background-image: linear-gradient(to bottom, #615205 0%, #272102 100%);
|
background-image: linear-gradient(to bottom, #f3cd0c 0%, #b99c09 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff615205', endColorstr='#ff272102', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3cd0c', endColorstr='#ffb99c09', GradientType=0);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #1d1901;
|
border-color: #af9408;
|
||||||
}
|
}
|
||||||
.btn-info:hover,
|
.btn-info:hover,
|
||||||
.btn-info:focus {
|
.btn-info:focus {
|
||||||
background-color: #272102;
|
background-color: #b99c09;
|
||||||
background-position: 0 -15px;
|
background-position: 0 -15px;
|
||||||
}
|
}
|
||||||
.btn-info:active,
|
.btn-info:active,
|
||||||
.btn-info.active {
|
.btn-info.active {
|
||||||
background-color: #272102;
|
background-color: #b99c09;
|
||||||
border-color: #1d1901;
|
border-color: #af9408;
|
||||||
}
|
}
|
||||||
.btn-info.disabled,
|
.btn-info.disabled,
|
||||||
.btn-info:disabled,
|
.btn-info:disabled,
|
||||||
.btn-info[disabled] {
|
.btn-info[disabled] {
|
||||||
background-color: #272102;
|
background-color: #b99c09;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
.btn-warning {
|
.btn-warning {
|
||||||
|
@ -300,40 +300,40 @@
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
|
||||||
}
|
}
|
||||||
.alert-success {
|
.alert-success {
|
||||||
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
|
background-image: -webkit-linear-gradient(top, #8dfd5e 0%, #72fc39 100%);
|
||||||
background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
|
background-image: -o-linear-gradient(top, #8dfd5e 0%, #72fc39 100%);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#8dfd5e), to(#72fc39));
|
||||||
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
|
background-image: linear-gradient(to bottom, #8dfd5e 0%, #72fc39 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dfd5e', endColorstr='#ff72fc39', GradientType=0);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #b2dba1;
|
border-color: #57fc13;
|
||||||
}
|
}
|
||||||
.alert-info {
|
.alert-info {
|
||||||
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
|
background-image: -webkit-linear-gradient(top, #e6e3f1 0%, #cfcae4 100%);
|
||||||
background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
|
background-image: -o-linear-gradient(top, #e6e3f1 0%, #cfcae4 100%);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e3f1), to(#cfcae4));
|
||||||
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
|
background-image: linear-gradient(to bottom, #e6e3f1 0%, #cfcae4 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e3f1', endColorstr='#ffcfcae4', GradientType=0);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #9acfea;
|
border-color: #b7b0d7;
|
||||||
}
|
}
|
||||||
.alert-warning {
|
.alert-warning {
|
||||||
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
|
background-image: -webkit-linear-gradient(top, #fdf5ce 0%, #fbeeaa 100%);
|
||||||
background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
|
background-image: -o-linear-gradient(top, #fdf5ce 0%, #fbeeaa 100%);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fdf5ce), to(#fbeeaa));
|
||||||
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
|
background-image: linear-gradient(to bottom, #fdf5ce 0%, #fbeeaa 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdf5ce', endColorstr='#fffbeeaa', GradientType=0);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #f5e79e;
|
border-color: #f9e685;
|
||||||
}
|
}
|
||||||
.alert-danger {
|
.alert-danger {
|
||||||
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
|
background-image: -webkit-linear-gradient(top, #fff 0%, #ececec 100%);
|
||||||
background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
|
background-image: -o-linear-gradient(top, #fff 0%, #ececec 100%);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ececec));
|
||||||
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
|
background-image: linear-gradient(to bottom, #fff 0%, #ececec 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #dca7a7;
|
border-color: #d9d9d9;
|
||||||
}
|
}
|
||||||
.progress {
|
.progress {
|
||||||
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
|
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
|
||||||
|
@ -431,35 +431,35 @@
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
.panel-success > .panel-heading {
|
.panel-success > .panel-heading {
|
||||||
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
|
background-image: -webkit-linear-gradient(top, #8dfd5e 0%, #7bfc45 100%);
|
||||||
background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
|
background-image: -o-linear-gradient(top, #8dfd5e 0%, #7bfc45 100%);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#8dfd5e), to(#7bfc45));
|
||||||
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
|
background-image: linear-gradient(to bottom, #8dfd5e 0%, #7bfc45 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dfd5e', endColorstr='#ff7bfc45', GradientType=0);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
.panel-info > .panel-heading {
|
.panel-info > .panel-heading {
|
||||||
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
|
background-image: -webkit-linear-gradient(top, #e6e3f1 0%, #d6d2e9 100%);
|
||||||
background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
|
background-image: -o-linear-gradient(top, #e6e3f1 0%, #d6d2e9 100%);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e3f1), to(#d6d2e9));
|
||||||
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
|
background-image: linear-gradient(to bottom, #e6e3f1 0%, #d6d2e9 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e3f1', endColorstr='#ffd6d2e9', GradientType=0);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
.panel-warning > .panel-heading {
|
.panel-warning > .panel-heading {
|
||||||
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
|
background-image: -webkit-linear-gradient(top, #fdf5ce 0%, #fcf0b6 100%);
|
||||||
background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
|
background-image: -o-linear-gradient(top, #fdf5ce 0%, #fcf0b6 100%);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fdf5ce), to(#fcf0b6));
|
||||||
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
|
background-image: linear-gradient(to bottom, #fdf5ce 0%, #fcf0b6 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdf5ce', endColorstr='#fffcf0b6', GradientType=0);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
.panel-danger > .panel-heading {
|
.panel-danger > .panel-heading {
|
||||||
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
|
background-image: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
|
||||||
background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
|
background-image: -o-linear-gradient(top, #fff 0%, #f2f2f2 100%);
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
|
||||||
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
|
background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
.well {
|
.well {
|
||||||
|
|
2
bootstrap/dist/css/bootstrap-theme.css.map
vendored
2
bootstrap/dist/css/bootstrap-theme.css.map
vendored
File diff suppressed because one or more lines are too long
2
bootstrap/dist/css/bootstrap-theme.min.css
vendored
2
bootstrap/dist/css/bootstrap-theme.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1089,7 +1089,7 @@ body {
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
color: #333;
|
color: #222;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
input,
|
input,
|
||||||
|
@ -1101,12 +1101,12 @@ textarea {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #5f4f9f;
|
color: #54478e;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover,
|
a:hover,
|
||||||
a:focus {
|
a:focus {
|
||||||
color: #40366c;
|
color: #362d5b;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
a:focus {
|
a:focus {
|
||||||
|
@ -1269,19 +1269,19 @@ h6 .small,
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
.h1 {
|
.h1 {
|
||||||
font-size: 36px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
h2,
|
h2,
|
||||||
.h2 {
|
.h2 {
|
||||||
font-size: 30px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
h3,
|
h3,
|
||||||
.h3 {
|
.h3 {
|
||||||
font-size: 24px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
h4,
|
h4,
|
||||||
.h4 {
|
.h4 {
|
||||||
font-size: 18px;
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
h5,
|
h5,
|
||||||
.h5 {
|
.h5 {
|
||||||
|
@ -1289,7 +1289,7 @@ h5,
|
||||||
}
|
}
|
||||||
h6,
|
h6,
|
||||||
.h6 {
|
.h6 {
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
|
@ -1312,7 +1312,7 @@ small,
|
||||||
mark,
|
mark,
|
||||||
.mark {
|
.mark {
|
||||||
padding: .2em;
|
padding: .2em;
|
||||||
background-color: #fcf8e3;
|
background-color: #fdf5ce;
|
||||||
}
|
}
|
||||||
.text-left {
|
.text-left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -1348,28 +1348,28 @@ a.text-primary:hover {
|
||||||
color: #181428;
|
color: #181428;
|
||||||
}
|
}
|
||||||
.text-success {
|
.text-success {
|
||||||
color: #3c763d;
|
color: #000;
|
||||||
}
|
}
|
||||||
a.text-success:hover {
|
a.text-success:hover {
|
||||||
color: #2b542c;
|
color: #000;
|
||||||
}
|
}
|
||||||
.text-info {
|
.text-info {
|
||||||
color: #31708f;
|
color: #2c254a;
|
||||||
}
|
}
|
||||||
a.text-info:hover {
|
a.text-info:hover {
|
||||||
color: #245269;
|
color: #181428;
|
||||||
}
|
}
|
||||||
.text-warning {
|
.text-warning {
|
||||||
color: #8a6d3b;
|
color: #000;
|
||||||
}
|
}
|
||||||
a.text-warning:hover {
|
a.text-warning:hover {
|
||||||
color: #66512c;
|
color: #000;
|
||||||
}
|
}
|
||||||
.text-danger {
|
.text-danger {
|
||||||
color: #a94442;
|
color: #050200;
|
||||||
}
|
}
|
||||||
a.text-danger:hover {
|
a.text-danger:hover {
|
||||||
color: #843534;
|
color: #000;
|
||||||
}
|
}
|
||||||
.bg-primary {
|
.bg-primary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -1379,28 +1379,28 @@ a.bg-primary:hover {
|
||||||
background-color: #181428;
|
background-color: #181428;
|
||||||
}
|
}
|
||||||
.bg-success {
|
.bg-success {
|
||||||
background-color: #dff0d8;
|
background-color: #8dfd5e;
|
||||||
}
|
}
|
||||||
a.bg-success:hover {
|
a.bg-success:hover {
|
||||||
background-color: #c1e2b3;
|
background-color: #69fc2c;
|
||||||
}
|
}
|
||||||
.bg-info {
|
.bg-info {
|
||||||
background-color: #d9edf7;
|
background-color: #e6e3f1;
|
||||||
}
|
}
|
||||||
a.bg-info:hover {
|
a.bg-info:hover {
|
||||||
background-color: #afd9ee;
|
background-color: #c7c1e0;
|
||||||
}
|
}
|
||||||
.bg-warning {
|
.bg-warning {
|
||||||
background-color: #fcf8e3;
|
background-color: #fdf5ce;
|
||||||
}
|
}
|
||||||
a.bg-warning:hover {
|
a.bg-warning:hover {
|
||||||
background-color: #f7ecb5;
|
background-color: #faeb9e;
|
||||||
}
|
}
|
||||||
.bg-danger {
|
.bg-danger {
|
||||||
background-color: #f2dede;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
a.bg-danger:hover {
|
a.bg-danger:hover {
|
||||||
background-color: #e4b9b9;
|
background-color: #e6e6e6;
|
||||||
}
|
}
|
||||||
.page-header {
|
.page-header {
|
||||||
padding-bottom: 9px;
|
padding-bottom: 9px;
|
||||||
|
@ -2362,14 +2362,14 @@ table th[class*="col-"] {
|
||||||
.table > thead > tr.success > th,
|
.table > thead > tr.success > th,
|
||||||
.table > tbody > tr.success > th,
|
.table > tbody > tr.success > th,
|
||||||
.table > tfoot > tr.success > th {
|
.table > tfoot > tr.success > th {
|
||||||
background-color: #dff0d8;
|
background-color: #8dfd5e;
|
||||||
}
|
}
|
||||||
.table-hover > tbody > tr > td.success:hover,
|
.table-hover > tbody > tr > td.success:hover,
|
||||||
.table-hover > tbody > tr > th.success:hover,
|
.table-hover > tbody > tr > th.success:hover,
|
||||||
.table-hover > tbody > tr.success:hover > td,
|
.table-hover > tbody > tr.success:hover > td,
|
||||||
.table-hover > tbody > tr:hover > .success,
|
.table-hover > tbody > tr:hover > .success,
|
||||||
.table-hover > tbody > tr.success:hover > th {
|
.table-hover > tbody > tr.success:hover > th {
|
||||||
background-color: #d0e9c6;
|
background-color: #7bfc45;
|
||||||
}
|
}
|
||||||
.table > thead > tr > td.info,
|
.table > thead > tr > td.info,
|
||||||
.table > tbody > tr > td.info,
|
.table > tbody > tr > td.info,
|
||||||
|
@ -2383,14 +2383,14 @@ table th[class*="col-"] {
|
||||||
.table > thead > tr.info > th,
|
.table > thead > tr.info > th,
|
||||||
.table > tbody > tr.info > th,
|
.table > tbody > tr.info > th,
|
||||||
.table > tfoot > tr.info > th {
|
.table > tfoot > tr.info > th {
|
||||||
background-color: #d9edf7;
|
background-color: #e6e3f1;
|
||||||
}
|
}
|
||||||
.table-hover > tbody > tr > td.info:hover,
|
.table-hover > tbody > tr > td.info:hover,
|
||||||
.table-hover > tbody > tr > th.info:hover,
|
.table-hover > tbody > tr > th.info:hover,
|
||||||
.table-hover > tbody > tr.info:hover > td,
|
.table-hover > tbody > tr.info:hover > td,
|
||||||
.table-hover > tbody > tr:hover > .info,
|
.table-hover > tbody > tr:hover > .info,
|
||||||
.table-hover > tbody > tr.info:hover > th {
|
.table-hover > tbody > tr.info:hover > th {
|
||||||
background-color: #c4e3f3;
|
background-color: #d6d2e9;
|
||||||
}
|
}
|
||||||
.table > thead > tr > td.warning,
|
.table > thead > tr > td.warning,
|
||||||
.table > tbody > tr > td.warning,
|
.table > tbody > tr > td.warning,
|
||||||
|
@ -2404,14 +2404,14 @@ table th[class*="col-"] {
|
||||||
.table > thead > tr.warning > th,
|
.table > thead > tr.warning > th,
|
||||||
.table > tbody > tr.warning > th,
|
.table > tbody > tr.warning > th,
|
||||||
.table > tfoot > tr.warning > th {
|
.table > tfoot > tr.warning > th {
|
||||||
background-color: #fcf8e3;
|
background-color: #fdf5ce;
|
||||||
}
|
}
|
||||||
.table-hover > tbody > tr > td.warning:hover,
|
.table-hover > tbody > tr > td.warning:hover,
|
||||||
.table-hover > tbody > tr > th.warning:hover,
|
.table-hover > tbody > tr > th.warning:hover,
|
||||||
.table-hover > tbody > tr.warning:hover > td,
|
.table-hover > tbody > tr.warning:hover > td,
|
||||||
.table-hover > tbody > tr:hover > .warning,
|
.table-hover > tbody > tr:hover > .warning,
|
||||||
.table-hover > tbody > tr.warning:hover > th {
|
.table-hover > tbody > tr.warning:hover > th {
|
||||||
background-color: #faf2cc;
|
background-color: #fcf0b6;
|
||||||
}
|
}
|
||||||
.table > thead > tr > td.danger,
|
.table > thead > tr > td.danger,
|
||||||
.table > tbody > tr > td.danger,
|
.table > tbody > tr > td.danger,
|
||||||
|
@ -2425,14 +2425,14 @@ table th[class*="col-"] {
|
||||||
.table > thead > tr.danger > th,
|
.table > thead > tr.danger > th,
|
||||||
.table > tbody > tr.danger > th,
|
.table > tbody > tr.danger > th,
|
||||||
.table > tfoot > tr.danger > th {
|
.table > tfoot > tr.danger > th {
|
||||||
background-color: #f2dede;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.table-hover > tbody > tr > td.danger:hover,
|
.table-hover > tbody > tr > td.danger:hover,
|
||||||
.table-hover > tbody > tr > th.danger:hover,
|
.table-hover > tbody > tr > th.danger:hover,
|
||||||
.table-hover > tbody > tr.danger:hover > td,
|
.table-hover > tbody > tr.danger:hover > td,
|
||||||
.table-hover > tbody > tr:hover > .danger,
|
.table-hover > tbody > tr:hover > .danger,
|
||||||
.table-hover > tbody > tr.danger:hover > th {
|
.table-hover > tbody > tr.danger:hover > th {
|
||||||
background-color: #ebcccc;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
min-height: .01%;
|
min-height: .01%;
|
||||||
|
@ -2617,7 +2617,7 @@ input[type="search"] {
|
||||||
.input-group-lg input[type="time"],
|
.input-group-lg input[type="time"],
|
||||||
.input-group-lg input[type="datetime-local"],
|
.input-group-lg input[type="datetime-local"],
|
||||||
.input-group-lg input[type="month"] {
|
.input-group-lg input[type="month"] {
|
||||||
line-height: 46px;
|
line-height: 45px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.form-group {
|
.form-group {
|
||||||
|
@ -2734,40 +2734,40 @@ select[multiple].form-group-sm .form-control {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
.input-lg {
|
.input-lg {
|
||||||
height: 46px;
|
height: 45px;
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
font-size: 18px;
|
font-size: 17px;
|
||||||
line-height: 1.3333333;
|
line-height: 1.3333333;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
select.input-lg {
|
select.input-lg {
|
||||||
height: 46px;
|
height: 45px;
|
||||||
line-height: 46px;
|
line-height: 45px;
|
||||||
}
|
}
|
||||||
textarea.input-lg,
|
textarea.input-lg,
|
||||||
select[multiple].input-lg {
|
select[multiple].input-lg {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.form-group-lg .form-control {
|
.form-group-lg .form-control {
|
||||||
height: 46px;
|
height: 45px;
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
font-size: 18px;
|
font-size: 17px;
|
||||||
line-height: 1.3333333;
|
line-height: 1.3333333;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
select.form-group-lg .form-control {
|
select.form-group-lg .form-control {
|
||||||
height: 46px;
|
height: 45px;
|
||||||
line-height: 46px;
|
line-height: 45px;
|
||||||
}
|
}
|
||||||
textarea.form-group-lg .form-control,
|
textarea.form-group-lg .form-control,
|
||||||
select[multiple].form-group-lg .form-control {
|
select[multiple].form-group-lg .form-control {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.form-group-lg .form-control-static {
|
.form-group-lg .form-control-static {
|
||||||
height: 46px;
|
height: 45px;
|
||||||
min-height: 38px;
|
min-height: 37px;
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
font-size: 18px;
|
font-size: 17px;
|
||||||
line-height: 1.3333333;
|
line-height: 1.3333333;
|
||||||
}
|
}
|
||||||
.has-feedback {
|
.has-feedback {
|
||||||
|
@ -2789,9 +2789,9 @@ select[multiple].form-group-lg .form-control {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.input-lg + .form-control-feedback {
|
.input-lg + .form-control-feedback {
|
||||||
width: 46px;
|
width: 45px;
|
||||||
height: 46px;
|
height: 45px;
|
||||||
line-height: 46px;
|
line-height: 45px;
|
||||||
}
|
}
|
||||||
.input-sm + .form-control-feedback {
|
.input-sm + .form-control-feedback {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
@ -2808,25 +2808,25 @@ select[multiple].form-group-lg .form-control {
|
||||||
.has-success.checkbox label,
|
.has-success.checkbox label,
|
||||||
.has-success.radio-inline label,
|
.has-success.radio-inline label,
|
||||||
.has-success.checkbox-inline label {
|
.has-success.checkbox-inline label {
|
||||||
color: #3c763d;
|
color: #000;
|
||||||
}
|
}
|
||||||
.has-success .form-control {
|
.has-success .form-control {
|
||||||
border-color: #3c763d;
|
border-color: #000;
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||||
}
|
}
|
||||||
.has-success .form-control:focus {
|
.has-success .form-control:focus {
|
||||||
border-color: #2b542c;
|
border-color: #000;
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #333;
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #333;
|
||||||
}
|
}
|
||||||
.has-success .input-group-addon {
|
.has-success .input-group-addon {
|
||||||
color: #3c763d;
|
color: #000;
|
||||||
background-color: #dff0d8;
|
background-color: #8dfd5e;
|
||||||
border-color: #3c763d;
|
border-color: #000;
|
||||||
}
|
}
|
||||||
.has-success .form-control-feedback {
|
.has-success .form-control-feedback {
|
||||||
color: #3c763d;
|
color: #000;
|
||||||
}
|
}
|
||||||
.has-warning .help-block,
|
.has-warning .help-block,
|
||||||
.has-warning .control-label,
|
.has-warning .control-label,
|
||||||
|
@ -2838,25 +2838,25 @@ select[multiple].form-group-lg .form-control {
|
||||||
.has-warning.checkbox label,
|
.has-warning.checkbox label,
|
||||||
.has-warning.radio-inline label,
|
.has-warning.radio-inline label,
|
||||||
.has-warning.checkbox-inline label {
|
.has-warning.checkbox-inline label {
|
||||||
color: #8a6d3b;
|
color: #000;
|
||||||
}
|
}
|
||||||
.has-warning .form-control {
|
.has-warning .form-control {
|
||||||
border-color: #8a6d3b;
|
border-color: #000;
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||||
}
|
}
|
||||||
.has-warning .form-control:focus {
|
.has-warning .form-control:focus {
|
||||||
border-color: #66512c;
|
border-color: #000;
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #333;
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #333;
|
||||||
}
|
}
|
||||||
.has-warning .input-group-addon {
|
.has-warning .input-group-addon {
|
||||||
color: #8a6d3b;
|
color: #000;
|
||||||
background-color: #fcf8e3;
|
background-color: #fdf5ce;
|
||||||
border-color: #8a6d3b;
|
border-color: #000;
|
||||||
}
|
}
|
||||||
.has-warning .form-control-feedback {
|
.has-warning .form-control-feedback {
|
||||||
color: #8a6d3b;
|
color: #000;
|
||||||
}
|
}
|
||||||
.has-error .help-block,
|
.has-error .help-block,
|
||||||
.has-error .control-label,
|
.has-error .control-label,
|
||||||
|
@ -2868,25 +2868,25 @@ select[multiple].form-group-lg .form-control {
|
||||||
.has-error.checkbox label,
|
.has-error.checkbox label,
|
||||||
.has-error.radio-inline label,
|
.has-error.radio-inline label,
|
||||||
.has-error.checkbox-inline label {
|
.has-error.checkbox-inline label {
|
||||||
color: #a94442;
|
color: #050200;
|
||||||
}
|
}
|
||||||
.has-error .form-control {
|
.has-error .form-control {
|
||||||
border-color: #a94442;
|
border-color: #050200;
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
||||||
}
|
}
|
||||||
.has-error .form-control:focus {
|
.has-error .form-control:focus {
|
||||||
border-color: #843534;
|
border-color: #000;
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #642607;
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #642607;
|
||||||
}
|
}
|
||||||
.has-error .input-group-addon {
|
.has-error .input-group-addon {
|
||||||
color: #a94442;
|
color: #050200;
|
||||||
background-color: #f2dede;
|
background-color: #fff;
|
||||||
border-color: #a94442;
|
border-color: #050200;
|
||||||
}
|
}
|
||||||
.has-error .form-control-feedback {
|
.has-error .form-control-feedback {
|
||||||
color: #a94442;
|
color: #050200;
|
||||||
}
|
}
|
||||||
.has-feedback label ~ .form-control-feedback {
|
.has-feedback label ~ .form-control-feedback {
|
||||||
top: 25px;
|
top: 25px;
|
||||||
|
@ -2898,7 +2898,7 @@ select[multiple].form-group-lg .form-control {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
color: #737373;
|
color: #626262;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.form-inline .form-group {
|
.form-inline .form-group {
|
||||||
|
@ -3087,8 +3087,8 @@ fieldset[disabled] .btn-default.active {
|
||||||
}
|
}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #2c254a;
|
background-color: #6b5bad;
|
||||||
border-color: #221c39;
|
border-color: #5f4f9f;
|
||||||
}
|
}
|
||||||
.btn-primary:hover,
|
.btn-primary:hover,
|
||||||
.btn-primary:focus,
|
.btn-primary:focus,
|
||||||
|
@ -3097,8 +3097,8 @@ fieldset[disabled] .btn-default.active {
|
||||||
.btn-primary.active,
|
.btn-primary.active,
|
||||||
.open > .dropdown-toggle.btn-primary {
|
.open > .dropdown-toggle.btn-primary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #181428;
|
background-color: #54478e;
|
||||||
border-color: #0a0810;
|
border-color: #463b76;
|
||||||
}
|
}
|
||||||
.btn-primary:active,
|
.btn-primary:active,
|
||||||
.btn-primary.active,
|
.btn-primary.active,
|
||||||
|
@ -3123,11 +3123,11 @@ fieldset[disabled] .btn-primary:active,
|
||||||
.btn-primary.disabled.active,
|
.btn-primary.disabled.active,
|
||||||
.btn-primary[disabled].active,
|
.btn-primary[disabled].active,
|
||||||
fieldset[disabled] .btn-primary.active {
|
fieldset[disabled] .btn-primary.active {
|
||||||
background-color: #2c254a;
|
background-color: #6b5bad;
|
||||||
border-color: #221c39;
|
border-color: #5f4f9f;
|
||||||
}
|
}
|
||||||
.btn-primary .badge {
|
.btn-primary .badge {
|
||||||
color: #2c254a;
|
color: #6b5bad;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.btn-success {
|
.btn-success {
|
||||||
|
@ -3177,8 +3177,8 @@ fieldset[disabled] .btn-success.active {
|
||||||
}
|
}
|
||||||
.btn-info {
|
.btn-info {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #615205;
|
background-color: #f3cd0c;
|
||||||
border-color: #493d03;
|
border-color: #dbb90a;
|
||||||
}
|
}
|
||||||
.btn-info:hover,
|
.btn-info:hover,
|
||||||
.btn-info:focus,
|
.btn-info:focus,
|
||||||
|
@ -3187,8 +3187,8 @@ fieldset[disabled] .btn-success.active {
|
||||||
.btn-info.active,
|
.btn-info.active,
|
||||||
.open > .dropdown-toggle.btn-info {
|
.open > .dropdown-toggle.btn-info {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #312902;
|
background-color: #c3a409;
|
||||||
border-color: #0f0c01;
|
border-color: #a18708;
|
||||||
}
|
}
|
||||||
.btn-info:active,
|
.btn-info:active,
|
||||||
.btn-info.active,
|
.btn-info.active,
|
||||||
|
@ -3213,11 +3213,11 @@ fieldset[disabled] .btn-info:active,
|
||||||
.btn-info.disabled.active,
|
.btn-info.disabled.active,
|
||||||
.btn-info[disabled].active,
|
.btn-info[disabled].active,
|
||||||
fieldset[disabled] .btn-info.active {
|
fieldset[disabled] .btn-info.active {
|
||||||
background-color: #615205;
|
background-color: #f3cd0c;
|
||||||
border-color: #493d03;
|
border-color: #dbb90a;
|
||||||
}
|
}
|
||||||
.btn-info .badge {
|
.btn-info .badge {
|
||||||
color: #615205;
|
color: #f3cd0c;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.btn-warning {
|
.btn-warning {
|
||||||
|
@ -3312,7 +3312,7 @@ fieldset[disabled] .btn-danger.active {
|
||||||
}
|
}
|
||||||
.btn-link {
|
.btn-link {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #5f4f9f;
|
color: #54478e;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
.btn-link,
|
.btn-link,
|
||||||
|
@ -3332,7 +3332,7 @@ fieldset[disabled] .btn-link {
|
||||||
}
|
}
|
||||||
.btn-link:hover,
|
.btn-link:hover,
|
||||||
.btn-link:focus {
|
.btn-link:focus {
|
||||||
color: #40366c;
|
color: #362d5b;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
@ -3346,7 +3346,7 @@ fieldset[disabled] .btn-link:focus {
|
||||||
.btn-lg,
|
.btn-lg,
|
||||||
.btn-group-lg > .btn {
|
.btn-group-lg > .btn {
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
font-size: 18px;
|
font-size: 17px;
|
||||||
line-height: 1.3333333;
|
line-height: 1.3333333;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
@ -3740,17 +3740,17 @@ tbody.collapse.in {
|
||||||
.input-group-lg > .form-control,
|
.input-group-lg > .form-control,
|
||||||
.input-group-lg > .input-group-addon,
|
.input-group-lg > .input-group-addon,
|
||||||
.input-group-lg > .input-group-btn > .btn {
|
.input-group-lg > .input-group-btn > .btn {
|
||||||
height: 46px;
|
height: 45px;
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
font-size: 18px;
|
font-size: 17px;
|
||||||
line-height: 1.3333333;
|
line-height: 1.3333333;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
select.input-group-lg > .form-control,
|
select.input-group-lg > .form-control,
|
||||||
select.input-group-lg > .input-group-addon,
|
select.input-group-lg > .input-group-addon,
|
||||||
select.input-group-lg > .input-group-btn > .btn {
|
select.input-group-lg > .input-group-btn > .btn {
|
||||||
height: 46px;
|
height: 45px;
|
||||||
line-height: 46px;
|
line-height: 45px;
|
||||||
}
|
}
|
||||||
textarea.input-group-lg > .form-control,
|
textarea.input-group-lg > .form-control,
|
||||||
textarea.input-group-lg > .input-group-addon,
|
textarea.input-group-lg > .input-group-addon,
|
||||||
|
@ -3817,7 +3817,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||||
}
|
}
|
||||||
.input-group-addon.input-lg {
|
.input-group-addon.input-lg {
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
font-size: 18px;
|
font-size: 17px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.input-group-addon input[type="radio"],
|
.input-group-addon input[type="radio"],
|
||||||
|
@ -3907,7 +3907,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||||
.nav .open > a:hover,
|
.nav .open > a:hover,
|
||||||
.nav .open > a:focus {
|
.nav .open > a:focus {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-color: #5f4f9f;
|
border-color: #54478e;
|
||||||
}
|
}
|
||||||
.nav .nav-divider {
|
.nav .nav-divider {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
@ -4178,7 +4178,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||||
float: left;
|
float: left;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
padding: 15px 15px;
|
padding: 15px 15px;
|
||||||
font-size: 18px;
|
font-size: 17px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
.navbar-brand:hover,
|
.navbar-brand:hover,
|
||||||
|
@ -4627,7 +4627,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
line-height: 1.42857143;
|
line-height: 1.42857143;
|
||||||
color: #5f4f9f;
|
color: #54478e;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
@ -4647,7 +4647,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||||
.pagination > li > span:hover,
|
.pagination > li > span:hover,
|
||||||
.pagination > li > a:focus,
|
.pagination > li > a:focus,
|
||||||
.pagination > li > span:focus {
|
.pagination > li > span:focus {
|
||||||
color: #40366c;
|
color: #362d5b;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
}
|
}
|
||||||
|
@ -4677,7 +4677,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||||
.pagination-lg > li > a,
|
.pagination-lg > li > a,
|
||||||
.pagination-lg > li > span {
|
.pagination-lg > li > span {
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
font-size: 18px;
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
.pagination-lg > li:first-child > a,
|
.pagination-lg > li:first-child > a,
|
||||||
.pagination-lg > li:first-child > span {
|
.pagination-lg > li:first-child > span {
|
||||||
|
@ -4843,7 +4843,7 @@ a.badge:focus {
|
||||||
}
|
}
|
||||||
.list-group-item.active > .badge,
|
.list-group-item.active > .badge,
|
||||||
.nav-pills > .active > a > .badge {
|
.nav-pills > .active > a > .badge {
|
||||||
color: #5f4f9f;
|
color: #54478e;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.list-group-item > .badge {
|
.list-group-item > .badge {
|
||||||
|
@ -4914,11 +4914,11 @@ a.badge:focus {
|
||||||
a.thumbnail:hover,
|
a.thumbnail:hover,
|
||||||
a.thumbnail:focus,
|
a.thumbnail:focus,
|
||||||
a.thumbnail.active {
|
a.thumbnail.active {
|
||||||
border-color: #5f4f9f;
|
border-color: #54478e;
|
||||||
}
|
}
|
||||||
.thumbnail .caption {
|
.thumbnail .caption {
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
color: #333;
|
color: #222;
|
||||||
}
|
}
|
||||||
.alert {
|
.alert {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -4952,48 +4952,48 @@ a.thumbnail.active {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
.alert-success {
|
.alert-success {
|
||||||
color: #3c763d;
|
color: #000;
|
||||||
background-color: #dff0d8;
|
background-color: #8dfd5e;
|
||||||
border-color: #d6e9c6;
|
border-color: #99fc45;
|
||||||
}
|
}
|
||||||
.alert-success hr {
|
.alert-success hr {
|
||||||
border-top-color: #c9e2b3;
|
border-top-color: #8cfc2c;
|
||||||
}
|
}
|
||||||
.alert-success .alert-link {
|
.alert-success .alert-link {
|
||||||
color: #2b542c;
|
color: #000;
|
||||||
}
|
}
|
||||||
.alert-info {
|
.alert-info {
|
||||||
color: #31708f;
|
color: #2c254a;
|
||||||
background-color: #d9edf7;
|
background-color: #e6e3f1;
|
||||||
border-color: #bce8f1;
|
border-color: #cccbe5;
|
||||||
}
|
}
|
||||||
.alert-info hr {
|
.alert-info hr {
|
||||||
border-top-color: #a6e1ec;
|
border-top-color: #bbbadd;
|
||||||
}
|
}
|
||||||
.alert-info .alert-link {
|
.alert-info .alert-link {
|
||||||
color: #245269;
|
color: #181428;
|
||||||
}
|
}
|
||||||
.alert-warning {
|
.alert-warning {
|
||||||
color: #8a6d3b;
|
color: #000;
|
||||||
background-color: #fcf8e3;
|
background-color: #fdf5ce;
|
||||||
border-color: #faebcc;
|
border-color: #fbe4b6;
|
||||||
}
|
}
|
||||||
.alert-warning hr {
|
.alert-warning hr {
|
||||||
border-top-color: #f7e1b5;
|
border-top-color: #fadc9e;
|
||||||
}
|
}
|
||||||
.alert-warning .alert-link {
|
.alert-warning .alert-link {
|
||||||
color: #66512c;
|
color: #000;
|
||||||
}
|
}
|
||||||
.alert-danger {
|
.alert-danger {
|
||||||
color: #a94442;
|
color: #050200;
|
||||||
background-color: #f2dede;
|
background-color: #fff;
|
||||||
border-color: #ebccd1;
|
border-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
.alert-danger hr {
|
.alert-danger hr {
|
||||||
border-top-color: #e4b9c0;
|
border-top-color: #e5e5e5;
|
||||||
}
|
}
|
||||||
.alert-danger .alert-link {
|
.alert-danger .alert-link {
|
||||||
color: #843534;
|
color: #000;
|
||||||
}
|
}
|
||||||
@-webkit-keyframes progress-bar-stripes {
|
@-webkit-keyframes progress-bar-stripes {
|
||||||
from {
|
from {
|
||||||
|
@ -5209,92 +5209,92 @@ a.list-group-item:focus {
|
||||||
color: #897dbe;
|
color: #897dbe;
|
||||||
}
|
}
|
||||||
.list-group-item-success {
|
.list-group-item-success {
|
||||||
color: #3c763d;
|
color: #000;
|
||||||
background-color: #dff0d8;
|
background-color: #8dfd5e;
|
||||||
}
|
}
|
||||||
a.list-group-item-success {
|
a.list-group-item-success {
|
||||||
color: #3c763d;
|
color: #000;
|
||||||
}
|
}
|
||||||
a.list-group-item-success .list-group-item-heading {
|
a.list-group-item-success .list-group-item-heading {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
a.list-group-item-success:hover,
|
a.list-group-item-success:hover,
|
||||||
a.list-group-item-success:focus {
|
a.list-group-item-success:focus {
|
||||||
color: #3c763d;
|
color: #000;
|
||||||
background-color: #d0e9c6;
|
background-color: #7bfc45;
|
||||||
}
|
}
|
||||||
a.list-group-item-success.active,
|
a.list-group-item-success.active,
|
||||||
a.list-group-item-success.active:hover,
|
a.list-group-item-success.active:hover,
|
||||||
a.list-group-item-success.active:focus {
|
a.list-group-item-success.active:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3c763d;
|
background-color: #000;
|
||||||
border-color: #3c763d;
|
border-color: #000;
|
||||||
}
|
}
|
||||||
.list-group-item-info {
|
.list-group-item-info {
|
||||||
color: #31708f;
|
color: #2c254a;
|
||||||
background-color: #d9edf7;
|
background-color: #e6e3f1;
|
||||||
}
|
}
|
||||||
a.list-group-item-info {
|
a.list-group-item-info {
|
||||||
color: #31708f;
|
color: #2c254a;
|
||||||
}
|
}
|
||||||
a.list-group-item-info .list-group-item-heading {
|
a.list-group-item-info .list-group-item-heading {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
a.list-group-item-info:hover,
|
a.list-group-item-info:hover,
|
||||||
a.list-group-item-info:focus {
|
a.list-group-item-info:focus {
|
||||||
color: #31708f;
|
color: #2c254a;
|
||||||
background-color: #c4e3f3;
|
background-color: #d6d2e9;
|
||||||
}
|
}
|
||||||
a.list-group-item-info.active,
|
a.list-group-item-info.active,
|
||||||
a.list-group-item-info.active:hover,
|
a.list-group-item-info.active:hover,
|
||||||
a.list-group-item-info.active:focus {
|
a.list-group-item-info.active:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #31708f;
|
background-color: #2c254a;
|
||||||
border-color: #31708f;
|
border-color: #2c254a;
|
||||||
}
|
}
|
||||||
.list-group-item-warning {
|
.list-group-item-warning {
|
||||||
color: #8a6d3b;
|
color: #000;
|
||||||
background-color: #fcf8e3;
|
background-color: #fdf5ce;
|
||||||
}
|
}
|
||||||
a.list-group-item-warning {
|
a.list-group-item-warning {
|
||||||
color: #8a6d3b;
|
color: #000;
|
||||||
}
|
}
|
||||||
a.list-group-item-warning .list-group-item-heading {
|
a.list-group-item-warning .list-group-item-heading {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
a.list-group-item-warning:hover,
|
a.list-group-item-warning:hover,
|
||||||
a.list-group-item-warning:focus {
|
a.list-group-item-warning:focus {
|
||||||
color: #8a6d3b;
|
color: #000;
|
||||||
background-color: #faf2cc;
|
background-color: #fcf0b6;
|
||||||
}
|
}
|
||||||
a.list-group-item-warning.active,
|
a.list-group-item-warning.active,
|
||||||
a.list-group-item-warning.active:hover,
|
a.list-group-item-warning.active:hover,
|
||||||
a.list-group-item-warning.active:focus {
|
a.list-group-item-warning.active:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #8a6d3b;
|
background-color: #000;
|
||||||
border-color: #8a6d3b;
|
border-color: #000;
|
||||||
}
|
}
|
||||||
.list-group-item-danger {
|
.list-group-item-danger {
|
||||||
color: #a94442;
|
color: #050200;
|
||||||
background-color: #f2dede;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
a.list-group-item-danger {
|
a.list-group-item-danger {
|
||||||
color: #a94442;
|
color: #050200;
|
||||||
}
|
}
|
||||||
a.list-group-item-danger .list-group-item-heading {
|
a.list-group-item-danger .list-group-item-heading {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
a.list-group-item-danger:hover,
|
a.list-group-item-danger:hover,
|
||||||
a.list-group-item-danger:focus {
|
a.list-group-item-danger:focus {
|
||||||
color: #a94442;
|
color: #050200;
|
||||||
background-color: #ebcccc;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
a.list-group-item-danger.active,
|
a.list-group-item-danger.active,
|
||||||
a.list-group-item-danger.active:hover,
|
a.list-group-item-danger.active:hover,
|
||||||
a.list-group-item-danger.active:focus {
|
a.list-group-item-danger.active:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #a94442;
|
background-color: #050200;
|
||||||
border-color: #a94442;
|
border-color: #050200;
|
||||||
}
|
}
|
||||||
.list-group-item-heading {
|
.list-group-item-heading {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -5572,76 +5572,76 @@ a.list-group-item-danger.active:focus {
|
||||||
border-bottom-color: #2c254a;
|
border-bottom-color: #2c254a;
|
||||||
}
|
}
|
||||||
.panel-success {
|
.panel-success {
|
||||||
border-color: #d6e9c6;
|
border-color: #99fc45;
|
||||||
}
|
}
|
||||||
.panel-success > .panel-heading {
|
.panel-success > .panel-heading {
|
||||||
color: #3c763d;
|
color: #000;
|
||||||
background-color: #dff0d8;
|
background-color: #8dfd5e;
|
||||||
border-color: #d6e9c6;
|
border-color: #99fc45;
|
||||||
}
|
}
|
||||||
.panel-success > .panel-heading + .panel-collapse > .panel-body {
|
.panel-success > .panel-heading + .panel-collapse > .panel-body {
|
||||||
border-top-color: #d6e9c6;
|
border-top-color: #99fc45;
|
||||||
}
|
}
|
||||||
.panel-success > .panel-heading .badge {
|
.panel-success > .panel-heading .badge {
|
||||||
color: #dff0d8;
|
color: #8dfd5e;
|
||||||
background-color: #3c763d;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
.panel-success > .panel-footer + .panel-collapse > .panel-body {
|
.panel-success > .panel-footer + .panel-collapse > .panel-body {
|
||||||
border-bottom-color: #d6e9c6;
|
border-bottom-color: #99fc45;
|
||||||
}
|
}
|
||||||
.panel-info {
|
.panel-info {
|
||||||
border-color: #bce8f1;
|
border-color: #cccbe5;
|
||||||
}
|
}
|
||||||
.panel-info > .panel-heading {
|
.panel-info > .panel-heading {
|
||||||
color: #31708f;
|
color: #2c254a;
|
||||||
background-color: #d9edf7;
|
background-color: #e6e3f1;
|
||||||
border-color: #bce8f1;
|
border-color: #cccbe5;
|
||||||
}
|
}
|
||||||
.panel-info > .panel-heading + .panel-collapse > .panel-body {
|
.panel-info > .panel-heading + .panel-collapse > .panel-body {
|
||||||
border-top-color: #bce8f1;
|
border-top-color: #cccbe5;
|
||||||
}
|
}
|
||||||
.panel-info > .panel-heading .badge {
|
.panel-info > .panel-heading .badge {
|
||||||
color: #d9edf7;
|
color: #e6e3f1;
|
||||||
background-color: #31708f;
|
background-color: #2c254a;
|
||||||
}
|
}
|
||||||
.panel-info > .panel-footer + .panel-collapse > .panel-body {
|
.panel-info > .panel-footer + .panel-collapse > .panel-body {
|
||||||
border-bottom-color: #bce8f1;
|
border-bottom-color: #cccbe5;
|
||||||
}
|
}
|
||||||
.panel-warning {
|
.panel-warning {
|
||||||
border-color: #faebcc;
|
border-color: #fbe4b6;
|
||||||
}
|
}
|
||||||
.panel-warning > .panel-heading {
|
.panel-warning > .panel-heading {
|
||||||
color: #8a6d3b;
|
color: #000;
|
||||||
background-color: #fcf8e3;
|
background-color: #fdf5ce;
|
||||||
border-color: #faebcc;
|
border-color: #fbe4b6;
|
||||||
}
|
}
|
||||||
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
|
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
|
||||||
border-top-color: #faebcc;
|
border-top-color: #fbe4b6;
|
||||||
}
|
}
|
||||||
.panel-warning > .panel-heading .badge {
|
.panel-warning > .panel-heading .badge {
|
||||||
color: #fcf8e3;
|
color: #fdf5ce;
|
||||||
background-color: #8a6d3b;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
|
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
|
||||||
border-bottom-color: #faebcc;
|
border-bottom-color: #fbe4b6;
|
||||||
}
|
}
|
||||||
.panel-danger {
|
.panel-danger {
|
||||||
border-color: #ebccd1;
|
border-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
.panel-danger > .panel-heading {
|
.panel-danger > .panel-heading {
|
||||||
color: #a94442;
|
color: #050200;
|
||||||
background-color: #f2dede;
|
background-color: #fff;
|
||||||
border-color: #ebccd1;
|
border-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
|
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
|
||||||
border-top-color: #ebccd1;
|
border-top-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
.panel-danger > .panel-heading .badge {
|
.panel-danger > .panel-heading .badge {
|
||||||
color: #f2dede;
|
color: #fff;
|
||||||
background-color: #a94442;
|
background-color: #050200;
|
||||||
}
|
}
|
||||||
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
|
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
|
||||||
border-bottom-color: #ebccd1;
|
border-bottom-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
.embed-responsive {
|
.embed-responsive {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
2
bootstrap/dist/css/bootstrap.css.map
vendored
2
bootstrap/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
bootstrap/dist/css/bootstrap.min.css
vendored
2
bootstrap/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -17,21 +17,21 @@
|
||||||
// Brand palette
|
// Brand palette
|
||||||
// http://www.colourlovers.com/palette/3702908/Key_West_Sunset
|
// http://www.colourlovers.com/palette/3702908/Key_West_Sunset
|
||||||
//
|
//
|
||||||
// blue #2c254a;
|
// space blue #2c254a;
|
||||||
// purple #59356b;
|
// time purple #59356b;
|
||||||
// mauve #b05683;
|
// mauve #b05683;
|
||||||
// orange #f69f74;
|
// orange #f69f74;
|
||||||
// yellow #f8e16d;
|
// yellow #f8e16d;
|
||||||
//
|
//
|
||||||
// Secondary colours, not part of the primary palette
|
// Secondary colours, not part of the primary palette
|
||||||
// green #69fc2c;
|
// green #69fc2c;
|
||||||
// red #d4584d;
|
// red #d4584d;
|
||||||
|
|
||||||
@brand-primary: #2c254a; // darken(#428bca, 6.5%); // #337ab7
|
@brand-primary: #2c254a; // space blue
|
||||||
@brand-success: darken(#69fc2c, 20%); //#5cb85c;
|
@brand-success: darken(#69fc2c, 20%); // green
|
||||||
@brand-info: darken(#f8e16d, 50%); // #5bc0de;
|
@brand-info: darken(#f8e16d, 50%); // yellow
|
||||||
@brand-warning: #f69f74; // #f0ad4e;
|
@brand-warning: #f69f74; // orange
|
||||||
@brand-danger: #d4584d; // #d9534f;
|
@brand-danger: #d4584d; // red
|
||||||
|
|
||||||
|
|
||||||
//== Scaffolding
|
//== Scaffolding
|
||||||
|
@ -41,10 +41,10 @@
|
||||||
//** Background color for `<body>`.
|
//** Background color for `<body>`.
|
||||||
@body-bg: #fff;
|
@body-bg: #fff;
|
||||||
//** Global text color on `<body>`.
|
//** Global text color on `<body>`.
|
||||||
@text-color: @gray-dark;
|
@text-color: @gray-darker;
|
||||||
|
|
||||||
//** Global textual link color.
|
//** Global textual link color.
|
||||||
@link-color: lighten(@brand-primary, 25%);
|
@link-color: lighten(@brand-primary, 20%);
|
||||||
//** Link hover color set via `darken()` function.
|
//** Link hover color set via `darken()` function.
|
||||||
@link-hover-color: darken(@link-color, 15%);
|
@link-hover-color: darken(@link-color, 15%);
|
||||||
//** Link hover decoration.
|
//** Link hover decoration.
|
||||||
|
@ -62,15 +62,15 @@
|
||||||
@font-family-base: @font-family-sans-serif;
|
@font-family-base: @font-family-sans-serif;
|
||||||
|
|
||||||
@font-size-base: 14px;
|
@font-size-base: 14px;
|
||||||
@font-size-large: ceil((@font-size-base * 1.25)); // ~18px
|
@font-size-large: ceil((@font-size-base * 1.189)); // ~18px
|
||||||
@font-size-small: ceil((@font-size-base * 0.85)); // ~12px
|
@font-size-small: ceil((@font-size-base * 0.841)); // ~12px
|
||||||
|
|
||||||
@font-size-h1: floor((@font-size-base * 2.6)); // ~36px
|
@font-size-h1: ceil((@font-size-base * 2.000)); // ~28px
|
||||||
@font-size-h2: floor((@font-size-base * 2.15)); // ~30px
|
@font-size-h2: ceil((@font-size-base * 1.681)); // ~24px
|
||||||
@font-size-h3: ceil((@font-size-base * 1.7)); // ~24px
|
@font-size-h3: ceil((@font-size-base * 1.414)); // ~20px
|
||||||
@font-size-h4: ceil((@font-size-base * 1.25)); // ~18px
|
@font-size-h4: ceil((@font-size-base * 1.189)); // ~16px
|
||||||
@font-size-h5: @font-size-base;
|
@font-size-h5: @font-size-base;
|
||||||
@font-size-h6: ceil((@font-size-base * 0.85)); // ~12px
|
@font-size-h6: @font-size-base;
|
||||||
|
|
||||||
//** Unit-less `line-height` for use in components like buttons.
|
//** Unit-less `line-height` for use in components like buttons.
|
||||||
@line-height-base: 1.428571429; // 20/14
|
@line-height-base: 1.428571429; // 20/14
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
@btn-default-border: #ccc;
|
@btn-default-border: #ccc;
|
||||||
|
|
||||||
@btn-primary-color: #fff;
|
@btn-primary-color: #fff;
|
||||||
@btn-primary-bg: @brand-primary;
|
@btn-primary-bg: lighten(@brand-primary, 30%);
|
||||||
@btn-primary-border: darken(@btn-primary-bg, 5%);
|
@btn-primary-border: darken(@btn-primary-bg, 5%);
|
||||||
|
|
||||||
@btn-success-color: #fff;
|
@btn-success-color: #fff;
|
||||||
|
@ -170,7 +170,7 @@
|
||||||
@btn-success-border: darken(@btn-success-bg, 5%);
|
@btn-success-border: darken(@btn-success-bg, 5%);
|
||||||
|
|
||||||
@btn-info-color: #fff;
|
@btn-info-color: #fff;
|
||||||
@btn-info-bg: @brand-info;
|
@btn-info-bg: lighten(@brand-info, 30%);
|
||||||
@btn-info-border: darken(@btn-info-bg, 5%);
|
@btn-info-border: darken(@btn-info-bg, 5%);
|
||||||
|
|
||||||
@btn-warning-color: #fff;
|
@btn-warning-color: #fff;
|
||||||
|
@ -399,7 +399,7 @@
|
||||||
// Inverted navbar
|
// Inverted navbar
|
||||||
// Reset inverted navbar basics
|
// Reset inverted navbar basics
|
||||||
@navbar-inverse-color: lighten(@gray-light, 5%);
|
@navbar-inverse-color: lighten(@gray-light, 5%);
|
||||||
@navbar-inverse-bg: @brand-primary;
|
@navbar-inverse-bg: @brand-primary;
|
||||||
@navbar-inverse-border: darken(@navbar-inverse-bg, 10%);
|
@navbar-inverse-border: darken(@navbar-inverse-bg, 10%);
|
||||||
|
|
||||||
// Inverted navbar links
|
// Inverted navbar links
|
||||||
|
@ -503,20 +503,20 @@
|
||||||
//
|
//
|
||||||
//## Define colors for form feedback states and, by default, alerts.
|
//## Define colors for form feedback states and, by default, alerts.
|
||||||
|
|
||||||
@state-success-text: #3c763d;
|
@state-success-text: darken(@brand-success, 70%);
|
||||||
@state-success-bg: #dff0d8;
|
@state-success-bg: lighten(@brand-success, 30%);
|
||||||
@state-success-border: darken(spin(@state-success-bg, -10), 5%);
|
@state-success-border: darken(spin(@state-success-bg, -10), 5%);
|
||||||
|
|
||||||
@state-info-text: #31708f;
|
@state-info-text: @brand-primary;
|
||||||
@state-info-bg: #d9edf7;
|
@state-info-bg: lighten(@brand-primary, 70%);
|
||||||
@state-info-border: darken(spin(@state-info-bg, -10), 7%);
|
@state-info-border: darken(spin(@state-info-bg, -10), 7%);
|
||||||
|
|
||||||
@state-warning-text: #8a6d3b;
|
@state-warning-text: darken(@brand-info, 70%);
|
||||||
@state-warning-bg: #fcf8e3;
|
@state-warning-bg: lighten(@brand-info, 70%);
|
||||||
@state-warning-border: darken(spin(@state-warning-bg, -10), 5%);
|
@state-warning-border: darken(spin(@state-warning-bg, -10), 5%);
|
||||||
|
|
||||||
@state-danger-text: #a94442;
|
@state-danger-text: darken(@brand-warning, 70%);
|
||||||
@state-danger-bg: #f2dede;
|
@state-danger-bg: lighten(@brand-warning, 70%);
|
||||||
@state-danger-border: darken(spin(@state-danger-bg, -10), 5%);
|
@state-danger-border: darken(spin(@state-danger-bg, -10), 5%);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue