2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-01 08:03:30 +00:00

Fixed input and output cards

This commit is contained in:
n1474335
2018-07-13 12:10:24 +00:00
parent d182261ff3
commit a39e2c165d
3 changed files with 8 additions and 5 deletions

View File

@@ -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;
}