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;
|
2020-09-22 06:34:55 +02:00
|
|
|
}
|
|
|
|
|
2023-01-28 06:53:13 +01:00
|
|
|
.button > div {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2020-09-20 11:54:38 +02:00
|
|
|
position: absolute;
|
|
|
|
}
|