style(docs-infra): removed extra , from _resources.scss file (#35935)
there was a typo in _resourcess.scss file there was an extra comma added some spaces too that were needed for proper styling of the code PR Close #35935
This commit is contained in:
parent
00027130ea
commit
96a3de6364
|
@ -11,14 +11,13 @@
|
||||||
|
|
||||||
.resources-container {
|
.resources-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.group-buttons {
|
.group-buttons {
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.button, a.button.mat-button{
|
.button {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
|
||||||
|
|
||||||
a.filter-button{
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -69,7 +68,7 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
*zoom: 1;
|
*zoom: 1;
|
||||||
}
|
}
|
||||||
.grid-fixed:after, .grid-fixed:before, {
|
.grid-fixed:after, .grid-fixed:before {
|
||||||
content: '.';
|
content: '.';
|
||||||
clear: both;
|
clear: both;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue