From 96a3de6364e58f24a5b852d583c78a8981ddde18 Mon Sep 17 00:00:00 2001 From: Ajit Singh Date: Sun, 8 Mar 2020 20:15:42 +0530 Subject: [PATCH] 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 --- aio/src/styles/2-modules/_resources.scss | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/aio/src/styles/2-modules/_resources.scss b/aio/src/styles/2-modules/_resources.scss index e698e699b0..ac6cf5be2f 100644 --- a/aio/src/styles/2-modules/_resources.scss +++ b/aio/src/styles/2-modules/_resources.scss @@ -11,14 +11,13 @@ .resources-container { 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; } } @@ -65,11 +64,11 @@ @media handheld and (max-width: 900px), screen and (max-width: 900px) { /* line 6, ../scss/_responsive.scss */ - .grid-fixed{ + .grid-fixed { margin: 0 auto; *zoom: 1; } - .grid-fixed:after, .grid-fixed:before, { + .grid-fixed:after, .grid-fixed:before { content: '.'; clear: both; display: block; @@ -181,7 +180,7 @@ aio-resource-list { flex-direction: column; } - .align-items-center{ + .align-items-center { align-items: center; } @@ -231,7 +230,7 @@ aio-resource-list { transform: translateY(-2px); } - @media(max-width: 900px) { + @media (max-width: 900px) { .c-resource-nav { display: none; }