2020-09-22 06:34:55 +02:00
|
|
|
.button {
|
|
|
|
width: 50px;
|
2020-09-26 07:31:18 +02:00
|
|
|
height: 50px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
cursor: pointer;
|
2021-03-25 20:44:39 +01:00
|
|
|
padding-bottom: 3px;
|
2020-09-22 06:34:55 +02:00
|
|
|
}
|
|
|
|
|
2020-09-21 00:42:01 +02:00
|
|
|
.button svg {
|
2020-09-20 11:54:38 +02:00
|
|
|
position: absolute;
|
|
|
|
}
|