various stylefixes

This commit is contained in:
nixa 2016-05-16 19:06:46 +03:00
parent 1dac44f253
commit cb6a577b47
8 changed files with 21 additions and 5 deletions

View file

@ -46,6 +46,7 @@
border-radius: 5px;
background-color: $input-background;
box-shadow: none;
font-size: 14px;
&:focus {
box-shadow: none;
border-color: $primary-bg;

View file

@ -222,3 +222,15 @@ a {
.irs-grid-text {
color: $default-text;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}

View file

@ -69,6 +69,7 @@ $card-header-font-size: 16px;
font-size: $card-header-font-size;
$vertical-padding: ($card-title-height - $card-header-font-size) / 2;
padding: $vertical-padding 22px;
background-color: $default;
}
.card-title {