Yuki Takei 6 лет назад
Родитель
Сommit
d144845162
1 измененных файлов с 27 добавлено и 0 удалено
  1. 27 0
      src/client/styles/scss/atoms/_buttons.scss

+ 27 - 0
src/client/styles/scss/atoms/_buttons.scss

@@ -0,0 +1,27 @@
+.btn-circle {
+  width: 30px;
+  height: 30px;
+  padding: 6px 0;
+  font-size: 12px;
+  line-height: 1.428571429;
+  text-align: center;
+  border-radius: 15px;
+}
+
+.btn-circle.btn-lg {
+  width: 50px;
+  height: 50px;
+  padding: 10px 16px;
+  font-size: 18px;
+  line-height: 1.33;
+  border-radius: 25px;
+}
+
+.btn-circle.btn-xl {
+  width: 70px;
+  height: 70px;
+  padding: 10px 16px;
+  font-size: 24px;
+  line-height: 1.33;
+  border-radius: 35px;
+}