Use relative CSS units (#484)
This commit is contained in:
committed by
Christopher Chedeau
parent
183a62627c
commit
1a03a29025
@ -6,8 +6,8 @@
|
||||
.ToolIcon__icon {
|
||||
background-color: #e9ecef;
|
||||
|
||||
width: 41px;
|
||||
height: 41px;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@ -21,8 +21,8 @@
|
||||
}
|
||||
|
||||
.ToolIcon_size_s .ToolIcon__icon {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
width: 1.4rem;
|
||||
height: 1.4rem;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user