RC-51 | Roll Abilities
This commit is contained in:
parent
23cad8fcc3
commit
0319841a01
14 changed files with 327 additions and 4 deletions
22
Apps/elements/button.css
Normal file
22
Apps/elements/button.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.ripcrypt > .window-content button {
|
||||
all: revert;
|
||||
padding: 2px 4px;
|
||||
|
||||
&.roll {
|
||||
padding: 0;
|
||||
border-radius: 50%;
|
||||
outline: none;
|
||||
border: none;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
||||
&:hover:not(:disabled) {
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue