2019-05-14 20:56:59 -07:00
|
|
|
/**
|
|
|
|
* Styling for the Augmentations UI. This is the page that displays all of the
|
|
|
|
* player's owned and purchased Augmentations and Source-Files. It also allows
|
|
|
|
* the player to install Augmentations
|
|
|
|
*/
|
|
|
|
@import "theme";
|
|
|
|
|
2021-09-11 12:51:46 -04:00
|
|
|
.augmentations-content {
|
2021-09-04 19:09:30 -04:00
|
|
|
> p {
|
|
|
|
font-size: $defaultFontSize * 0.875;
|
|
|
|
width: 70%;
|
|
|
|
}
|
2019-05-15 00:15:07 -07:00
|
|
|
}
|
|
|
|
|
2019-05-14 20:56:59 -07:00
|
|
|
.augmentations-list {
|
2021-09-04 19:09:30 -04:00
|
|
|
button,
|
|
|
|
div {
|
|
|
|
color: var(--my-font-color);
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2019-05-14 20:56:59 -07:00
|
|
|
|
2021-09-04 19:09:30 -04:00
|
|
|
button {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
2019-05-14 20:56:59 -07:00
|
|
|
}
|