Updated welcome page buttons styling from square to rounded

This commit is contained in:
Shivam Bansal 2024-05-15 20:31:46 +05:30
parent bcd5c838e8
commit dde61756e7

View file

@ -92,6 +92,11 @@
background-position: 10px center;
text-decoration: none;
color: #2e2f32 !important;
border-radius: 20px;
}
.mx_ButtonParent:hover {
outline: white solid 1px;
}
.mx_ButtonLabel {