You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
489 B
38 lines
489 B
#app-grid {
|
|
layout: grid;
|
|
grid-size: 2;
|
|
grid-columns: 1fr 2fr;
|
|
grid-rows: 1fr;
|
|
}
|
|
|
|
#left-container > Static {
|
|
background: $boost;
|
|
margin-bottom: 1;
|
|
}
|
|
|
|
#feed-active {
|
|
color: blue;
|
|
border: dodgerblue;
|
|
}
|
|
|
|
#feed-nonactive {
|
|
color: auto;
|
|
}
|
|
|
|
#feed-pane {
|
|
row-span: 1;
|
|
background: $panel;
|
|
border: dodgerblue;
|
|
}
|
|
|
|
#right-pane {
|
|
background: $panel;
|
|
border: dodgerblue;
|
|
}
|
|
|
|
#right-pane > Static {
|
|
margin-bottom: 1;
|
|
background: $boost;
|
|
}
|
|
|