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 {
|
||||
position: relative;
|
||||
|
||||
.group-buttons {
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.button, a.button.mat-button{
|
||||
.button {
|
||||
font-size: 1.2rem;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a.filter-button{
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
@ -69,7 +68,7 @@
|
|||
margin: 0 auto;
|
||||
*zoom: 1;
|
||||
}
|
||||
.grid-fixed:after, .grid-fixed:before, {
|
||||
.grid-fixed:after, .grid-fixed:before {
|
||||
content: '.';
|
||||
clear: both;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue