.cardsActive -> &Active in sass, rename variable names
This commit is contained in:
@@ -16,10 +16,6 @@ export default {
|
||||
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.cardActive {
|
||||
box-shadow:inset 0px 0px 0px 3px #08e5ff;
|
||||
}
|
||||
|
||||
.card {
|
||||
background: #2D3748;
|
||||
border-radius: .3rem;
|
||||
@@ -29,6 +25,10 @@ export default {
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
|
||||
&Active {
|
||||
box-shadow:inset 0px 0px 0px 3px #08e5ff;
|
||||
}
|
||||
|
||||
&--reference {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user