Iterate PR, tweak margins
This commit is contained in:
@@ -32,15 +32,14 @@ limitations under the License.
|
||||
font-size: $font-13px;
|
||||
|
||||
div:first-child {
|
||||
font-weight: 500;
|
||||
font-weight: $font-semi-bold;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.mx_AccessibleButton {
|
||||
color: $secondary-fg-color;
|
||||
position: relative;
|
||||
margin-left: 24px;
|
||||
padding: 0;
|
||||
padding: 0 0 0 24px;
|
||||
font-size: inherit;
|
||||
|
||||
&::before {
|
||||
@@ -49,7 +48,7 @@ limitations under the License.
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -24px;
|
||||
left: 0;
|
||||
background: $secondary-fg-color;
|
||||
mask-position: center;
|
||||
mask-size: contain;
|
||||
|
||||
Reference in New Issue
Block a user