Redesign the Hero Summary Card to match the book
This commit is contained in:
parent
0135ca1124
commit
524ddee9d4
5 changed files with 36 additions and 26 deletions
7
templates/css/elements/generic.css
Normal file
7
templates/css/elements/generic.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.ripcrypt.popover.frameless,
|
||||
.ripcrypt.hud,
|
||||
.ripcrypt > .window-content {
|
||||
.left-pill { border-radius: 999px 0 0 999px; }
|
||||
.right-pill { border-radius: 0 999px 999px 0; }
|
||||
.full-pill { border-radius: 999px; }
|
||||
}
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
@import url("./themes/dark.css") layer(themes);
|
||||
|
||||
/* Elements */
|
||||
@import url("./elements/generic.css") layer(elements);
|
||||
@import url("./elements/button.css") layer(elements);
|
||||
@import url("./elements/input.css") layer(elements);
|
||||
@import url("./elements/lists.css") layer(elements);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue