bitburner-src/css/dev-menu.css

33 lines
372 B
CSS
Raw Normal View History

2019-03-21 23:15:28 -04:00
.add-exp-button {
2021-04-29 23:59:43 -04:00
margin-right: 0;
2019-03-21 23:15:28 -04:00
}
.remove-exp-button {
2021-05-29 14:48:56 -04:00
margin-left: 0;
2019-03-21 23:15:28 -04:00
}
.exp-input {
2021-05-29 14:48:56 -04:00
margin: 5px 0 5px 0;
2019-03-21 23:15:28 -04:00
2021-04-29 23:59:43 -04:00
padding: 2px 5px;
2019-03-21 23:15:28 -04:00
}
.text-center {
2021-04-29 23:59:43 -04:00
margin: auto;
text-align: center;
vertical-align: middle;
2019-03-21 23:15:28 -04:00
}
.touch-right {
2021-04-29 23:59:43 -04:00
margin-right: 0;
2019-03-21 23:15:28 -04:00
}
.touch-left {
2021-04-29 23:59:43 -04:00
margin-left: 0;
2019-03-21 23:15:28 -04:00
}
.touch-sides {
2021-04-29 23:59:43 -04:00
margin-left: 0;
margin-right: 0;
}