Use compound icons (#10292)
This commit is contained in:
parent
0db0d4b09d
commit
6fa00a20b0
43 changed files with 132 additions and 57 deletions
|
@ -22,7 +22,6 @@ limitations under the License.
|
|||
|
||||
.mx_Icon {
|
||||
box-sizing: border-box;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.mx_Icon_accent {
|
||||
|
@ -51,6 +50,18 @@ limitations under the License.
|
|||
width: 8px;
|
||||
}
|
||||
|
||||
.mx_Icon_10 {
|
||||
flex: 0 0 10px;
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.mx_Icon_12 {
|
||||
flex: 0 0 12px;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
.mx_Icon_16 {
|
||||
flex: 0 0 16px;
|
||||
height: 16px;
|
||||
|
|
|
@ -65,7 +65,9 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_AuthBody_lockIcon {
|
||||
height: 29px;
|
||||
color: $secondary-content;
|
||||
height: 32px;
|
||||
margin-bottom: -3px; // tweak to align all icons on different forgot password steps
|
||||
}
|
||||
|
||||
.mx_AuthBody_text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue