fix: font weight buttons
This commit is contained in:
parent
154d869615
commit
5ae5a524f0
@ -54,6 +54,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button-container__button {
|
.button-container__button {
|
||||||
|
font-weight: 500;
|
||||||
border: none;
|
border: none;
|
||||||
bottom: 24px;
|
bottom: 24px;
|
||||||
width: calc(100% - 64px);
|
width: calc(100% - 64px);
|
||||||
|
|||||||
@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
.button {
|
.button {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
font-weight: 500;
|
||||||
border: none;
|
border: none;
|
||||||
bottom: 24px;
|
bottom: 24px;
|
||||||
width: calc(100% - 64px);
|
width: calc(100% - 64px);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user