mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] move stylesheets from layout to organised components/, leave overal structure in layout/_structure
This commit is contained in:
parent
4507d471bc
commit
b4c0378a01
19 changed files with 163 additions and 149 deletions
|
@ -10,6 +10,14 @@ body {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
#banner {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: var(--banner-height);
|
||||
}
|
||||
|
||||
#content-wrapper {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -27,23 +35,17 @@ body {
|
|||
height: 20vh;
|
||||
}
|
||||
|
||||
#input, #output {
|
||||
#input,
|
||||
#output {
|
||||
height: 25vh;
|
||||
}
|
||||
|
||||
#operations .title,
|
||||
#recipe .title,
|
||||
#input .title,
|
||||
#output .title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#controls {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: var(--controls-height);
|
||||
}
|
||||
|
||||
@media only screen and ( min-width: 768px ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue