mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -04:00
Fixed input and output cards
This commit is contained in:
parent
d182261ff3
commit
a39e2c165d
3 changed files with 8 additions and 5 deletions
|
@ -46,6 +46,7 @@
|
|||
color: var(--primary-font-colour);
|
||||
line-height: 30px;
|
||||
background-color: var(--primary-background-colour);
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
|
@ -63,7 +64,7 @@
|
|||
.card-body .close {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.card-body {
|
||||
|
@ -77,7 +78,7 @@
|
|||
}
|
||||
|
||||
.card-body>.btn {
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue