Skip to content
Snippets Groups Projects
Commit cce632c0 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #558 - new style for information/warning boxes

parent af1b2d11
Branches
Tags
No related merge requests found
Pipeline #4036 failed
...@@ -55,7 +55,20 @@ ...@@ -55,7 +55,20 @@
.table-advice { .table-advice {
width: auto; width: auto;
margin: auto; margin: 1vmin;
border: 2px solid white;
border-radius: 5px;
padding: 0 1vmin;
display: inline-block;
}
.table-advice td{
padding: 10px;
font-size: 1.8vmin;
}
.table-advice i {
font-size: 2.5vmin;
} }
.columnName-selected { .columnName-selected {
......
...@@ -43,7 +43,20 @@ ...@@ -43,7 +43,20 @@
.table-advice { .table-advice {
width: auto; width: auto;
margin: auto; margin: 1vmin;
border: 2px solid #212121;
border-radius: 5px;
padding: 0 1vmin;
display: inline-block;
}
.table-advice td{
padding: 10px;
font-size: 1.8vmin;
}
.table-advice i {
font-size: 2.5vmin;
} }
.columnName-selected { .columnName-selected {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment