Fix redundant css
This commit is contained in:
parent
65ce7b2a24
commit
edebef5472
1 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
'list-group list-button-horizontal d-flex flex-column w-100 base-input-button no-hover',
|
||||
]">
|
||||
<div
|
||||
class="button-content list-button-horizontal-content d-flex flex-column justify-content-center p-3">
|
||||
class="button-content list-button-horizontal-content d-flex flex-column justify-content-center">
|
||||
<span
|
||||
class="m-0"
|
||||
:class="textPosition">
|
||||
|
|
@ -50,7 +50,6 @@ export default {
|
|||
position: relative;
|
||||
background: $white;
|
||||
transition: all 150ms linear;
|
||||
border: $border-input;
|
||||
width: 100%;
|
||||
color: $gray-600;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue