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{
|
|
||||||
@media (max-width: 480px) {
|
|
||||||
.button, a.button.mat-button{
|
|
||||||
font-size:1.2rem;
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.filter-button{
|
.group-buttons {
|
||||||
|
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
.button {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -65,11 +64,11 @@
|
||||||
|
|
||||||
@media handheld and (max-width: 900px), screen and (max-width: 900px) {
|
@media handheld and (max-width: 900px), screen and (max-width: 900px) {
|
||||||
/* line 6, ../scss/_responsive.scss */
|
/* line 6, ../scss/_responsive.scss */
|
||||||
.grid-fixed{
|
.grid-fixed {
|
||||||
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;
|
||||||
|
@ -181,7 +180,7 @@ aio-resource-list {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-center{
|
.align-items-center {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -231,7 +230,7 @@ aio-resource-list {
|
||||||
transform: translateY(-2px);
|
transform: translateY(-2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
.c-resource-nav {
|
.c-resource-nav {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue