TeaWeb/css/frame/SelectInfo.scss

18 lines
300 B
SCSS
Raw Normal View History

2018-09-25 17:39:38 +02:00
.select_info_table { }
.select_info_table tr { }
.select_info_table tr td { }
.select_info_table tr td:nth-child(1) {
font-weight: bold;
padding-right: 5px;
min-width: 20%;
}
.select_server {
display: inline-flex;
justify-content: space-between;
.button-update {
width: 100%;
}
}