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

@ -22,7 +22,6 @@ div.blurCalendar{
.fc-icon {
position: relative;
top: 0;
margin: 0;
}
}

View file

@ -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;

View file

@ -39,7 +39,6 @@
position: absolute;
right: 0;
top: 3px;
z-index: -1;
}
}
@media screen and

View file

@ -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);
}

View file

@ -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;

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 {