AltitudeWeb/frontend/src/app/bans/bans.component.scss

37 lines
439 B
SCSS
Raw Normal View History

main .container {
padding: 0;
}
.container {
max-width: 1200px;
}
.columnSection {
padding: 20px 0 20px 0;
max-width: 1200px;
}
.historyTypeContainer {
width: 70%;
box-sizing: border-box;
}
2025-04-11 21:40:45 +00:00
.historySearchContainer {
width: 30%;
box-sizing: border-box;
text-align: right;
}
.historySearch {
}
.historyTable {
font-family: 'open-sans', sans-serif;
margin-bottom: 20px;
}
.button-outer {
margin-right: 15px;
}