Replace bootstrap overrides with scaling SVG on smaller screens

This commit is contained in:
kushalpandya 2017-07-07 17:58:53 +05:30
parent 6a19b789ff
commit 8725081597
1 changed files with 1 additions and 21 deletions

View File

@ -52,29 +52,9 @@
svg {
display: block;
margin: auto;
}
}
.section-welcome {
/**
* This is slight increase over 25% of col-md-offset-3 for
* admin welcome page
*/
&.section-admin-welcome .blank-state-icon.col-md-offset-3 {
margin-left: 30%;
@media (max-width: $screen-md-min) {
margin-left: auto;
}
}
/**
* This is slight increase over 8.33% of col-md-1 for
* admin/standard user welcome page on smaller desktops
*/
.blank-state-icon.col-md-1 {
@media (min-width: $screen-sm-max) {
width: 10%;
width: 130%;
}
}
}