Use relative CSS units (#484)

This commit is contained in:
Guillermo Peralta Scura 2020-01-20 19:59:00 -03:00 committed by Christopher Chedeau
parent 183a62627c
commit 1a03a29025
8 changed files with 37 additions and 36 deletions

View file

@ -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;
}