styling
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
.flexsmall {
|
||||
flex: 0.5
|
||||
}
|
||||
|
||||
// Alignment styles.
|
||||
.align-left {
|
||||
justify-content: flex-start;
|
||||
|
||||
+5
-7
@@ -225,9 +225,8 @@ ul.unstyled li {
|
||||
.system-vermine2047 .sheet.actor form div.hexa {
|
||||
clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
|
||||
background: radial-gradient(circle, rgba(255, 255, 255, 0.425) 0%, rgba(0, 0, 0, 0.288) 100%);
|
||||
height: unset;
|
||||
height: 1.5rem;
|
||||
max-width: 1.5rem;
|
||||
aspect-ratio: 1/1;
|
||||
color: black;
|
||||
transform: rotate(90deg);
|
||||
transition: 0.2s;
|
||||
@@ -377,9 +376,8 @@ ul.unstyled li {
|
||||
&.hexa {
|
||||
clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
|
||||
background: radial-gradient(circle, rgba(255, 255, 255, 0.425) 0%, rgba(0, 0, 0, 0.288) 100%);
|
||||
height: unset;
|
||||
height: 1.5rem;
|
||||
max-width: 1.5rem;
|
||||
aspect-ratio: 1/1;
|
||||
color: black
|
||||
}
|
||||
|
||||
@@ -725,9 +723,9 @@ ul.unstyled li {
|
||||
text-align: center;
|
||||
clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
|
||||
background: radial-gradient(circle, rgba(255, 255, 255, 0.425) 0%, rgba(0, 0, 0, 0.288) 100%);
|
||||
max-height: 1.2rem;
|
||||
max-width: 1.2rem;
|
||||
min-width: 1.2rem;
|
||||
max-height: 1.5rem;
|
||||
max-width: 1.5rem;
|
||||
min-width: 1.5rem;
|
||||
aspect-ratio: 1/1;
|
||||
color: black;
|
||||
vertical-align: center;
|
||||
|
||||
@@ -538,4 +538,9 @@ span.game-mode {
|
||||
&#game-mode-3 {
|
||||
color: rgba(245, 124, 124, 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
.shadow {
|
||||
box-shadow: 0 0.5rem 2rem black;
|
||||
margin: 2rem 0
|
||||
}
|
||||
Reference in New Issue
Block a user