mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 18:26:14 -04:00
Merged ESM into feature-bootstrap4. Started work on text inputs.
This commit is contained in:
commit
1ce6e32086
447 changed files with 39118 additions and 16687 deletions
8
src/web/stylesheets/components/_pane.css
Normal file → Executable file
8
src/web/stylesheets/components/_pane.css
Normal file → Executable file
|
@ -7,16 +7,20 @@
|
|||
*/
|
||||
|
||||
:root {
|
||||
--title-height: 43px;
|
||||
--title-height: 48px;
|
||||
}
|
||||
|
||||
.title {
|
||||
padding: 10px;
|
||||
padding: 8px;
|
||||
padding-left: 20px;
|
||||
padding-right: 12px;
|
||||
height: var(--title-height);
|
||||
border-bottom: 1px solid var(--primary-border-colour);
|
||||
font-weight: var(--title-weight);
|
||||
font-size: var(--title-size);
|
||||
color: var(--title-colour);
|
||||
background-color: var(--title-background-colour);
|
||||
line-height: calc(var(--title-height) - 20px);
|
||||
}
|
||||
|
||||
.list-area {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue