mirror of
https://github.com/wassname/talk.git
synced 2026-07-21 12:51:03 +08:00
30 lines
345 B
CSS
30 lines
345 B
CSS
.root {
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.viewAllButton {
|
|
position: absolute;
|
|
right: 0px;
|
|
}
|
|
|
|
.tabPanel {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.filterWrapper {
|
|
position: absolute;
|
|
right: 0;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.highlightedContainer {
|
|
margin-top: 28px;
|
|
}
|
|
|
|
.tabContainer {
|
|
position: relative;
|
|
margin-top: 28px;
|
|
padding-bottom: 50px;
|
|
min-height: 600px;
|
|
}
|