mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-04-20 12:08:04 +08:00
16 lines
209 B
SCSS
16 lines
209 B
SCSS
.content-container {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
padding-top: 2px;
|
|
padding-bottom: 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.empty-content {
|
|
height: 100%;
|
|
justify-content: center;
|
|
}
|
|
|
|
.tab-content {
|
|
}
|