Compare commits

...

2 commits

Author SHA1 Message Date
Shivam Bansal 04dea7ef59
Merge dde61756e7 into d379103352 2024-06-26 17:05:37 +05:30
Shivam Bansal dde61756e7 Updated welcome page buttons styling from square to rounded 2024-05-15 20:31:46 +05:30

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 {