bug fix: css

This commit is contained in:
Usman Nasir
2020-02-20 21:36:54 +05:00

View File

@@ -40,24 +40,31 @@
.mt-5 { .mt-5 {
margin-top: 5px; margin-top: 5px;
} }
.mt-10 { .mt-10 {
margin-top: 10px; margin-top: 10px;
} }
.mt-20 { .mt-20 {
margin-top: 20px; margin-top: 20px;
} }
.mt-30 { .mt-30 {
margin-top: 30px; margin-top: 30px;
} }
.mr-10 { .mr-10 {
margin-right: 10px; margin-right: 10px;
} }
.mb-10 { .mb-10 {
margin-bottom: 10px; margin-bottom: 10px;
} }
.ml-10 { .ml-10 {
margin-left: 10px; margin-left: 10px;
} }
.my-10 { .my-10 {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
@@ -67,6 +74,7 @@
margin-left: 5px; margin-left: 5px;
margin-right: 5px; margin-right: 5px;
} }
.mx-10 { .mx-10 {
margin-left: 10px; margin-left: 10px;
margin-right: 10px; margin-right: 10px;
@@ -137,18 +145,21 @@ a:hover {
.align-center { .align-center {
margin: 0 auto; margin: 0 auto;
} }
.text-bold { .text-bold {
font-weight: 600; font-weight: 600;
} }
.tile-box-shortcut .tile-header { .tile-box-shortcut .tile-header {
background: 0 0; background: 0 0;
padding: 25px; padding: 1.85em 1.75em;
position: absolute; position: absolute;
font-size: 18px; font-size: 16px;
font-weight: 400; font-weight: 400;
left: 3em; left: 1.75em;
bottom: 0px; bottom: 0px;
} }
.tile-box-shortcut .tile-content-wrapper > .glyph-icon { .tile-box-shortcut .tile-content-wrapper > .glyph-icon {
position: absolute; position: absolute;
left: 25px; left: 25px;
@@ -158,14 +169,15 @@ a:hover {
.fa { .fa {
display: inline-block; display: inline-block;
font: normal normal normal 14px/1 FontAwesome; font: normal normal normal 14px/1 FontAwesome;
font-size: 2.25em; font-size: 1.75em;
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
position: absolute; position: absolute;
left: 25px; left: 20px;
top: 28px; top: 28px;
} }
.bs-badge { .bs-badge {
font-size: 18px; font-size: 18px;
font-weight: 100; font-weight: 100;
@@ -176,27 +188,33 @@ a:hover {
border-radius: 2px; border-radius: 2px;
color: #afeeee; color: #afeeee;
} }
.tile-box-shortcut .bs-badge { .tile-box-shortcut .bs-badge {
left: auto; left: auto;
right: 10px; right: 10px;
top: 30px; top: 30px;
background: transparent; background: transparent;
} }
#sidebar-menu { #sidebar-menu {
background: #EAEAF1; background: #EAEAF1;
} }
#page-sidebar ul li a .glyph-icon { #page-sidebar ul li a .glyph-icon {
color: #191970; color: #191970;
} }
#header-logo .logo-content-big, .logo-content-small { #header-logo .logo-content-big, .logo-content-small {
height: 40px; height: 40px;
left: 15px; left: 15px;
} }
#mobile-navigation .logo-content-small { #mobile-navigation .logo-content-small {
width: 50px; width: 50px;
display: block; display: block;
left: 75px; left: 75px;
} }
#header-nav-left { #header-nav-left {
margin: 0 20px; margin: 0 20px;
} }
@@ -205,12 +223,18 @@ a:hover {
background: #ffffff; background: #ffffff;
} }
#sb-site, .sb-site-container {
min-height: 250vh;
}
.service-panel { .service-panel {
background: #A1BDC6 !important; background: #A1BDC6 !important;
} }
.serviceImg img { .serviceImg img {
box-shadow: 0 0 2px 1px rgba(0, 0, 0, .05); box-shadow: 0 0 2px 1px rgba(0, 0, 0, .05);
} }
.btn-icon { .btn-icon {
top: 0px; top: 0px;
left: 0px; left: 0px;
@@ -229,11 +253,33 @@ a:hover {
background: #33ADFF; background: #33ADFF;
border-color: #0099FF; border-color: #0099FF;
} }
.btn-primary:hover, .btn-primary:focus { .btn-primary:hover, .btn-primary:focus {
background: #5CBDFF; background: #5CBDFF;
border-color: #33ADFF; border-color: #33ADFF;
} }
.btn-min-width { .btn-min-width {
min-width: 300px; min-width: 275px;
}
@media only screen and (max-width: 425px) {
.tile-box-shortcut .tile-header {
left: .5em;
font-size: 16px;
padding: 1.75em .5em;
text-align: center;
}
.fa {
font-size: 1.5em;
visibility: hidden;
}
[class^='col-'] {
padding-left: 0px;
}
} }