bitburner-src/css/dev-menu.css

33 lines
350 B
CSS
Raw Normal View History

2019-03-22 04:15:28 +01:00
.add-exp-button {
2021-09-05 01:09:30 +02:00
margin-right: 0;
2019-03-22 04:15:28 +01:00
}
.remove-exp-button {
2021-09-05 01:09:30 +02:00
margin-left: 0;
2019-03-22 04:15:28 +01:00
}
.exp-input {
2021-09-05 01:09:30 +02:00
margin: 5px 0 5px 0;
2019-03-22 04:15:28 +01:00
2021-09-05 01:09:30 +02:00
padding: 2px 5px;
2019-03-22 04:15:28 +01:00
}
.text-center {
2021-09-05 01:09:30 +02:00
margin: auto;
text-align: center;
vertical-align: middle;
2019-03-22 04:15:28 +01:00
}
.touch-right {
2021-09-05 01:09:30 +02:00
margin-right: 0;
2019-03-22 04:15:28 +01:00
}
.touch-left {
2021-09-05 01:09:30 +02:00
margin-left: 0;
2019-03-22 04:15:28 +01:00
}
.touch-sides {
2021-09-05 01:09:30 +02:00
margin-left: 0;
margin-right: 0;
2021-04-30 05:59:43 +02:00
}