Disallow invalid inline style comments in stylesheets (#9099)

This commit is contained in:
Germain
2022-07-27 14:39:29 +01:00
committed by GitHub
parent 8eeeee1aa2
commit 72c24af5c0
193 changed files with 1520 additions and 1518 deletions
+4 -4
View File
@@ -61,7 +61,7 @@ limitations under the License.
width: fit-content;
.mx_AccessibleButton {
padding: 73px 8px 15px; // top: 20px top padding + 40px icon + 13px margin
padding: 73px 8px 15px; /* top: 20px top padding + 40px icon + 13px margin */
width: 160px;
min-height: 132px;
@@ -76,18 +76,18 @@ limitations under the License.
font-weight: 600;
font-size: $font-15px;
line-height: $font-20px;
color: #fff; // on all themes
color: #fff; /* on all themes */
background-color: $accent;
&::before {
top: 20px;
left: 60px; // (160px-40px)/2
left: 60px; /* (160px-40px)/2 */
width: 40px;
height: 40px;
content: '';
position: absolute;
background-color: #fff; // on all themes
background-color: #fff; /* on all themes */
mask-repeat: no-repeat;
mask-size: contain;
}