Split view fixed
This commit is contained in:
parent
ab0ba4bbae
commit
96dee1c354
3 changed files with 12 additions and 1 deletions
|
@ -809,6 +809,9 @@ pre.wrap {
|
|||
.ui.right {
|
||||
float: right;
|
||||
}
|
||||
.ui.container.fluid.padded {
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
.ui .text.red {
|
||||
color: #d95c5c !important;
|
||||
}
|
||||
|
|
|
@ -101,6 +101,14 @@ pre {
|
|||
float: right;
|
||||
}
|
||||
|
||||
&.container {
|
||||
&.fluid {
|
||||
&.padded {
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.text {
|
||||
&.red {
|
||||
color: #d95c5c !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue