Add margin-right to block card name and subname
This commit is contained in:
committed by
Michael Latouche
parent
05a511a16c
commit
4fbb0805e8
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user