refactor: remove unused and duplicate CSS properties from styleguide examples (#28252)

PR Close #28252
This commit is contained in:
Daniel Ruf
2019-01-19 13:57:46 +01:00
committed by Ben Lesh
parent 33f71e8ce3
commit 1778bd3470
4 changed files with 0 additions and 7 deletions

View File

@ -32,8 +32,6 @@
height: 56px;
padding: 0 16px 0 72px;
padding-left: 8px;
background-color: #673AB7;
background: #0033FF;
background-color: #222;
}

View File

@ -1,6 +1,5 @@
/*#docregion*/
.spinner {
position: absolute;
left: 7em;
top: 20em;
position: absolute;

View File

@ -32,8 +32,6 @@
height: 56px;
padding: 0 16px 0 72px;
padding-left: 8px;
background-color: #673AB7;
background: #0033FF;
background-color: #222;
}