This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/assets/less/yuuno/bem/sidepanel-table.less

26 lines
415 B
Text
Raw Normal View History

2016-11-10 22:32:45 +00:00
.sidepanel-table {
width: 100%;
font-size: .8em;
line-height: 1.5em;
2016-12-04 14:55:53 +00:00
border-spacing: 0;
2016-11-10 22:32:45 +00:00
&__head {
background: #9475B2;
color: #306;
}
&__column {
padding: 0 2px;
text-align: center;
2016-12-21 16:19:14 +00:00
word-break: break-all;
2016-12-04 14:55:53 +00:00
&--align-left {
text-align: left;
}
&--align-right {
text-align: right;
}
2016-11-10 22:32:45 +00:00
}
}