Fix skeleton css styles.

This commit is contained in:
Miguel Medeiros
2021-10-12 08:57:00 -03:00
parent 9d9ff6ed91
commit 68240e4f5c
2 changed files with 19 additions and 3 deletions

View File

@@ -141,3 +141,19 @@ h1 {
font-size: 36px;
color: #393e5c73;
}
.tx-skeleton {
margin-top: 10px;
margin-bottom: 10px;
.header-bg {
&:first-child {
padding: 10px;
margin-bottom: 10px;
}
&:nth-child(2) {
.row {
height: 107px;
}
}
}
}