melawy-welcome/ui/base.css

16 lines
268 B
CSS
Raw Normal View History

2021-09-16 03:07:24 +05:00
window {
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}
.homepage button {
transition: border 100ms ease-in-out;
padding: 10px 30px;
border: none;
border-radius: 5px 5px 5px 5px;
}
.aboutdialog {
border-radius: 7px;
2022-07-05 04:41:32 +05:00
}