mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-11 02:44:20 +01:00
various stylefixes
This commit is contained in:
parent
1dac44f253
commit
cb6a577b47
8 changed files with 21 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ $height: 52px;
|
|||
z-index: 9999;
|
||||
display: none;
|
||||
text-decoration: none;
|
||||
right: (180px - $height) / 2;
|
||||
right: 40px;
|
||||
bottom: 40px !important;
|
||||
font-size: 45px;
|
||||
text-align: center;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue