2023-04-25 03:31:05 +00:00
|
|
|
.image-view {
|
|
|
|
/* background-color: rgba(0, 0, 0, 0.0); */
|
2022-02-23 06:54:16 +00:00
|
|
|
/* Dark Bergundy */
|
2023-04-25 03:31:05 +00:00
|
|
|
border: 2px solid rgba(56, 56, 56, 1);
|
2022-02-23 06:54:16 +00:00
|
|
|
}
|
2023-04-27 00:26:19 +00:00
|
|
|
|
2023-04-29 20:20:36 +00:00
|
|
|
.container-padding-5px {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
2023-04-27 00:26:19 +00:00
|
|
|
.button-highlighted {
|
|
|
|
background-color: #AB7E45;
|
|
|
|
}
|