5 changed files with 105 additions and 32 deletions
@ -1,24 +1,42 @@ |
|||||
.small-icon-button { |
.small-icon-button { |
||||
width: 24px !important; |
width: 32px !important; |
||||
height: 24px !important; |
height: 32px !important; |
||||
padding: 0px !important; |
padding: 0px !important; |
||||
display: inline-flex !important; |
display: inline-flex !important; |
||||
align-items: center; |
align-items: center; |
||||
justify-content: center; |
justify-content: center; |
||||
|
|
||||
& > *[role=img] { |
& > *[role=img] { |
||||
width: 16px; |
width: 24px; |
||||
height: 16px; |
height: 24px; |
||||
font-size: 16px; |
font-size: 24px; |
||||
|
|
||||
svg { |
svg { |
||||
width: 16px; |
width: 24px; |
||||
height: 16px; |
height: 24px; |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
.mat-mdc-button-touch-target { |
.mat-mdc-button-touch-target { |
||||
width: 24px !important; |
width: 24px !important; |
||||
height: 24px !important; |
height: 24px !important; |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
|
.inline-row-name { |
||||
|
display: inline; |
||||
|
vertical-align: super; |
||||
|
} |
||||
|
|
||||
|
a { |
||||
|
font-weight: 700; |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
|
||||
|
a, a:visited, a:hover, a:active { |
||||
|
color: inherit; |
||||
|
} |
||||
|
|
||||
|
a:hover { /* mouse over link */ |
||||
|
border-bottom: 1px solid; |
||||
|
} |
||||
Loading…
Reference in new issue