fixed style path problem

This commit is contained in:
Oguz Kagan EREN
2021-07-15 16:32:54 +03:00
parent 3755303558
commit 7c74b972f6
4 changed files with 30 additions and 26 deletions
+15
View File
@@ -0,0 +1,15 @@
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;
}