Strip trailing whitespace on win95.scss

rebase/4.0.0rc2
David Yip 2018-01-18 10:54:50 -06:00
parent d3f64812a6
commit 766d6aac44
No known key found for this signature in database
GPG Key ID: 7DA0036508FCC0CC
1 changed files with 60 additions and 65 deletions

View File

@ -54,7 +54,6 @@ $ui-highlight-color: $win95-window-header;
border-radius:0px;
}
@mixin win95-tab() {
box-shadow: inset -1px 0px 0px #000000,
inset 1px 0px 0px #ffffff,
@ -122,7 +121,6 @@ $ui-highlight-color: $win95-window-header;
vertical-align: middle;
}
/* main win95 style */
body {
@ -717,7 +715,6 @@ body.admin {
font-weight:bold;
}
.drawer__header {
background: $win95-bg;
@include win95-border-outset()
@ -1420,7 +1417,6 @@ body.admin {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAFnpUWHRUaXRsZQAACJnLzU9JzElKBwALgwLXaCRlPwAAABd6VFh0QXV0aG9yAAAImUvOKMrPS8wBAAuaAugOwWPyAAAAEUlEQVQImWNgYGD4z4AE/gMADwMB/414xEUAAAAASUVORK5CYII=');
}
.admin-wrapper::before {
position:absolute;
top:0px;
@ -1765,4 +1761,3 @@ a.table-action-link:hover,
color:black;
border-bottom: 0px solid transparent;
}