6 lines
257 B
CSS
6 lines
257 B
CSS
hr + hr { display: none; }
|
|
.main-body select { width: 159px; }
|
|
.main-body .row > :first-child { width: 180px; padding-right: 0; min-width: 100px; }
|
|
.main-body .row > :nth-child(2) { width: 220px; padding: 0; }
|
|
.nav-link {border-bottom:1px solid #ffffff}
|