Enable toggling button to switch between originals/improvements
This commit is contained in:
parent
ba578b3c22
commit
e5ab5dfc48
3 changed files with 33 additions and 12 deletions
|
|
@ -8,6 +8,10 @@ body {
|
|||
background: #f4f4f9;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card {
|
||||
border: 1px solid #ccc;
|
||||
padding: 10px;
|
||||
|
|
@ -81,6 +85,10 @@ body {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
.fab-options li.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fab-label {
|
||||
padding: 2px 5px;
|
||||
align-self: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue