refactor: remove unused and duplicate CSS properties from styleguide examples (#28252)
PR Close #28252
This commit is contained in:
parent
33f71e8ce3
commit
1778bd3470
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
/*#docregion*/
|
/*#docregion*/
|
||||||
.spinner {
|
.spinner {
|
||||||
position: absolute;
|
|
||||||
left: 7em;
|
left: 7em;
|
||||||
top: 20em;
|
top: 20em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue