15 lines
146 B
CSS
15 lines
146 B
CSS
|
:host {
|
||
|
margin: 5px;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
color: #11ff00;
|
||
|
}
|
||
|
|
||
|
ui-section {
|
||
|
overflow-y: auto;
|
||
|
margin: 0px 0px;
|
||
|
padding: 0 0px;
|
||
|
flex: 1
|
||
|
}
|