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',
|
'list-group list-button-horizontal d-flex flex-column w-100 base-input-button no-hover',
|
||||||
]">
|
]">
|
||||||
<div
|
<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
|
<span
|
||||||
class="m-0"
|
class="m-0"
|
||||||
:class="textPosition">
|
:class="textPosition">
|
||||||
|
|
@ -50,7 +50,6 @@ export default {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: $white;
|
background: $white;
|
||||||
transition: all 150ms linear;
|
transition: all 150ms linear;
|
||||||
border: $border-input;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue