add ButtonUrl component & misc fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user