created secondary button component

This commit is contained in:
Yusuf Ipek
2021-05-02 10:47:03 +03:00
parent 9199a562e8
commit 53eeb464a2
8 changed files with 83 additions and 8 deletions
+7 -1
View File
@@ -2,6 +2,12 @@
text-align: center;
}
.u-margin-bottom-8 {
.u-margin-bottom-big {
margin-bottom: 8rem;
}
.u-margin-bottom-medium {
margin-bottom: 4rem;
}
.u-margin-bottom-small {
margin-bottom: 1.5rem;
}