add ButtonUrl component & misc fixes

This commit is contained in:
axolotle
2021-07-09 13:29:39 +02:00
parent f7081d0514
commit 3accfb5b66
7 changed files with 87 additions and 12 deletions
+2 -2
View File
@@ -106,7 +106,7 @@ export default {
flex-direction: column;
justify-content: space-between;
align-items: center;
height: 100%;
height: calc(100% - 4rem);
margin: auto;
width: calc(100% - 4rem);
@@ -115,7 +115,7 @@ export default {
width: calc(100% - 270px);
@include media-breakpoint-up($size-bp) {
width: calc(100% - 450px);
width: calc(100% - 500px);
}
}