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; height: 56px;
padding: 0 16px 0 72px; padding: 0 16px 0 72px;
padding-left: 8px; padding-left: 8px;
background-color: #673AB7;
background: #0033FF;
background-color: #222; background-color: #222;
} }

View File

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

View File

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

View File

@ -138,9 +138,7 @@ aio-toc.embedded {
} }
a { a {
font-size: inherit;
color: lighten($darkgray, 10); color: lighten($darkgray, 10);
display:table-cell;
overflow: visible; overflow: visible;
font-size: 12px; font-size: 12px;
display: table-cell; display: table-cell;