Replace custom widget macros with Relm4 view macro based ones
Also move margin styling to the CSS file.
This commit is contained in:
parent
6df7530b33
commit
6446d43d76
9 changed files with 299 additions and 435 deletions
|
|
@ -11,10 +11,19 @@
|
|||
padding : 0 ;
|
||||
}
|
||||
|
||||
.open-collection-item-button {
|
||||
.collection-item-button {
|
||||
font-weight : normal ; /* No bold text by default for this kind of button */
|
||||
}
|
||||
|
||||
.collection-item-box {
|
||||
margin-top : 20px ;
|
||||
margin-bottom : 20px ;
|
||||
}
|
||||
|
||||
.collection-item-image {
|
||||
margin-bottom : 20px ;
|
||||
}
|
||||
|
||||
.media-modal {
|
||||
padding : 100px ;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue