Basisimplementierung Songlist
This commit is contained in:
12
src/app/widget-modules/components/card/card.component.less
Normal file
12
src/app/widget-modules/components/card/card.component.less
Normal file
@@ -0,0 +1,12 @@
|
||||
@import "../../../../styles/shadow";
|
||||
|
||||
.card {
|
||||
.card-3;
|
||||
margin: 20px;
|
||||
border-radius: 8px;
|
||||
background: #fffe;
|
||||
|
||||
&.padding {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user