Use compound icons (#10292)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user