fix alignments and iterate PR

This commit is contained in:
Michael Telatynski 2020-09-08 17:57:08 +01:00
parent 01a8ac25c9
commit 596060c506
3 changed files with 15 additions and 23 deletions

View file

@ -24,7 +24,7 @@ limitations under the License.
.mx_BaseCard_header {
margin: 8px 0;
h2 {
> h2 {
margin: 0 44px;
font-size: $font-18px;
font-weight: $font-semi-bold;
@ -89,11 +89,11 @@ limitations under the License.
margin: 20px 0 16px;
& > * {
margin-left: 10px;
margin-right: 10px;
margin-left: 12px;
margin-right: 12px;
}
h1 {
> h1 {
color: $tertiary-fg-color;
font-size: $font-12px;
font-weight: 500;