3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 22:21:51 +00:00
zeppelin/presetup-configurator/src/LogChannels.css
2021-01-18 22:44:54 +02:00

12 lines
199 B
CSS

.LogChannels .log-channel {
margin: 16px 0;
}
.LogChannels .log-types {
height: 200px;
overflow-y: scroll;
border: 1px solid #aaa;
border-radius: 3px;
padding: 4px;
margin-top: 8px;
}