Add margin-right to block card name and subname

This commit is contained in:
Calvin Davis
2022-12-22 11:38:45 +00:00
committed by Michael Latouche
parent 05a511a16c
commit 4fbb0805e8

View File

@@ -103,15 +103,12 @@ umb-block-card {
font-weight: bold;
font-size: 14px;
color: @ui-action-type;
margin-left: 16px;
margin-bottom: -1px;
margin: 0 16px -1px;
}
.__subname {
color: @gray-4;
font-size: 12px;
margin-left: 16px;
margin-top: 1px;
margin-bottom: -1px;
margin: 1px 16px -1px;
line-height: 1.5em;
}
}