25 lines
415 B
Text
25 lines
415 B
Text
.sidepanel-table {
|
|
width: 100%;
|
|
font-size: .8em;
|
|
line-height: 1.5em;
|
|
border-spacing: 0;
|
|
|
|
&__head {
|
|
background: #9475B2;
|
|
color: #306;
|
|
}
|
|
|
|
&__column {
|
|
padding: 0 2px;
|
|
text-align: center;
|
|
word-break: break-all;
|
|
|
|
&--align-left {
|
|
text-align: left;
|
|
}
|
|
|
|
&--align-right {
|
|
text-align: right;
|
|
}
|
|
}
|
|
}
|