blob: 28bb5e72168dc224a6970e455a555e88b78d67c1 [file] [log] [blame]
@import '~elements-sk/colors';
body {
margin: 0;
padding: 0;
}
app-sk {
--sidebar-width: 0;
header h1 {
margin-left: 0.4em;
}
}
power-index-sk {
table {
border-collapse: collapse;
margin-left: 5px;
}
td, th {
border: 1px solid var(--dark-white);
padding: 5px;
}
th {
position: relative;
}
.code {
font-family: monospace;
}
}