mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
33 lines
372 B
CSS
33 lines
372 B
CSS
.add-exp-button {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.remove-exp-button {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.exp-input {
|
|
margin: 5px 0 5px 0;
|
|
|
|
padding: 2px 5px;
|
|
}
|
|
|
|
.text-center {
|
|
margin: auto;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.touch-right {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.touch-left {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.touch-sides {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|