blob: 3a52ae966f29fc5e3af4b438c71b9891751108f5 [file] [log] [blame]
@import '~infra-sk/modules/colors';
body {
margin: 0;
padding: 0;
}
power-index-sk {
main {
padding: 5px;
}
header {
margin: 0;
padding: 1em 0.5em;
color: white;
background: $purple;
display: flex;
flex-direction: row;
justify-content: space-between;
font-weight: bold;
}
table {
border-collapse: collapse;
margin-left: 5px;
}
td, th {
border: 1px solid #DDD;
padding: 5px;
}
th {
position: relative;
}
.code {
font-family: monospace;
}
}