created radio components and finished booking section

This commit is contained in:
Yusuf Ipek
2021-05-04 11:12:31 +03:00
parent 29a78aeb3a
commit 616cd6c050
13 changed files with 147 additions and 72 deletions
+6 -6
View File
@@ -1,21 +1,21 @@
.u-center-text {
text-align: center;
text-align: center !important;
}
.u-margin-bottom-big {
margin-bottom: 8rem;
margin-bottom: 8rem !important;
}
.u-margin-bottom-medium {
margin-bottom: 4rem;
margin-bottom: 4rem !important;
}
.u-margin-bottom-small {
margin-bottom: 1.5rem;
margin-bottom: 1.5rem !important;
}
.u-margin-top-big {
margin-top: 8rem;
margin-top: 8rem !important;
}
.u-margin-top-huge {
margin-top: 10rem;
margin-top: 10rem !important;
}