diff --git a/src/assets/css/style.css b/src/assets/css/style.css index d3b349a..6d435a6 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -71,3 +71,21 @@ html:root { padding: 0 2rem; min-height: fit-content; } +.general_button { + border-radius: 0.7rem; + border: 3px solid #000; + background-color: #000; + text-align: center; + color: #fff; + font-family: satoshiMedium; +} +.general_button.smail { + font-size: 3.6rem; + width: 24.6rem; + line-height: 6.7rem; +} +.general_button.big { + font-size: 3.8rem; + line-height: 7.4rem; + width: 3.4rem; +} diff --git a/src/assets/css/style.less b/src/assets/css/style.less index 9e08bce..92e7cff 100644 --- a/src/assets/css/style.less +++ b/src/assets/css/style.less @@ -81,4 +81,23 @@ html:root { line-height: 5rem; padding: 0 2rem; min-height: fit-content; +} + +.general_button{ + border-radius: .7rem; + border: 3px solid #000; + background-color: #000; + text-align: center; + color: #fff; + font-family: satoshiMedium; + &.smail{ + font-size: 3.6rem; + width: 24.6rem; + line-height: 6.7rem; + } + &.big{ + font-size: 3.8rem; + line-height: 7.4rem; + width: 3.4rem; + } } \ No newline at end of file diff --git a/src/views/Workshop/product.vue b/src/views/Workshop/product.vue index 7f7b124..7f351a5 100644 --- a/src/views/Workshop/product.vue +++ b/src/views/Workshop/product.vue @@ -151,7 +151,7 @@ const { isLoading } = toRefs(data);