mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-07 10:08:50 +01:00
various stylefixes
This commit is contained in:
parent
1dac44f253
commit
cb6a577b47
8 changed files with 21 additions and 5 deletions
|
|
@ -22,7 +22,6 @@ div.blurCalendar{
|
|||
.fc-icon {
|
||||
position: relative;
|
||||
top: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@import '../../../theme/sass/conf/conf';
|
||||
|
||||
.feed-panel .panel-body{
|
||||
.feed-panel .card-body{
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
|
|
@ -16,6 +16,10 @@
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
.message-icon {
|
||||
cursor: pointer;
|
||||
width: 60px;
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@
|
|||
position: absolute;
|
||||
right: 0;
|
||||
top: 3px;
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
@media screen and
|
||||
|
|
|
|||
|
|
@ -48,6 +48,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.blur-theme .panel.popular-app .popular-app-img-container {
|
||||
.blur-theme .card.popular-app .popular-app-img-container {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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