fixes v12
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.app .actor.choose {
|
||||
div.actor {
|
||||
position: relative;
|
||||
|
||||
img {
|
||||
border-radius: 50%;
|
||||
box-shadow: 0px 0px 8px black;
|
||||
|
||||
}
|
||||
|
||||
span.actor-name {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
background-color: rgba(255, 255, 255, 0.562);
|
||||
border: 5px;
|
||||
width: 100%;
|
||||
padding: 0 1rem;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0px 0px 8px black;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -105,6 +105,14 @@ input[type="radio"] {
|
||||
}
|
||||
}
|
||||
|
||||
iframe {
|
||||
min-height: 500px;
|
||||
|
||||
.tabs.moods-headings {
|
||||
max-width: 1px
|
||||
}
|
||||
}
|
||||
|
||||
input[type="radio"] {
|
||||
|
||||
width: 1rem;
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
@import "item-sheet.scss";
|
||||
@import "dialog.scss";
|
||||
@import "special-inputs.scss";
|
||||
@import "special-applications.scss";
|
||||
|
||||
|
||||
// overwrites variables
|
||||
@@ -18,12 +19,12 @@
|
||||
--color-text-hyperlink: #5aaf0a;
|
||||
--color-text-light-0: #fff;
|
||||
--color-text-light-1: #e0f0f0;
|
||||
--color-text-light-2: #c0e0e0;
|
||||
--color-text-light-3: #a0d0d0;
|
||||
--color-text-light-4: #80c0c0;
|
||||
--color-text-light-5: #60b0b0;
|
||||
--color-text-light-6: #40a0a0;
|
||||
--color-text-light-7: #208080;
|
||||
--color-text-light-2: #c9e0c0;
|
||||
--color-text-light-3: #90c4a4;
|
||||
--color-text-light-4: #80c08b;
|
||||
--color-text-light-5: #60b06b;
|
||||
--color-text-light-6: #40a05d;
|
||||
--color-text-light-7: #208028;
|
||||
--color-text-dark-1: #111;
|
||||
--color-text-dark-2: #222;
|
||||
--color-text-dark-3: #444;
|
||||
|
||||
Reference in New Issue
Block a user