Minor Style Changes

This commit is contained in:
2023-12-06 16:08:08 +01:00
parent b5cffae778
commit 04a30a70b9
2 changed files with 40 additions and 32 deletions
+17 -15
View File
@@ -8,12 +8,12 @@
}
h3 {
padding: 0.5rem 0.5rem 0.5rem 0.5rem ;
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
text-align: left;
font-weight: bold;
background-color: dimgray;
color: white;
}
}
.sheet.character {
form {
@@ -40,7 +40,7 @@
.description {
flex: 0 0 100%;
margin: 0;
}
}
}
.sheet-navigation {
@@ -68,9 +68,10 @@
table {
background-color: beige;
}
}
td, th {
td,
th {
padding: 0 0.5rem 0 0.5rem;
text-align: left;
@@ -83,7 +84,7 @@
text-align: center;
}
&.attribute{
&.attribute {
text-align: center;
font-weight: bold;
}
@@ -96,16 +97,17 @@
text-align: center;
font-weight: bold;
height: 50px;
width: 50px;
}
&.title {
padding: 0.5rem 0.5rem 0.5rem 0.5rem ;
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
text-align: left;
font-weight: bold;
background-color: dimgray;
}
}
}
input.skill {
width: 5rem;
}
@@ -117,7 +119,7 @@
.new-skill {
font-style: italic;
background: rgba(0, 0, 0, 0.3);
color:rgba(255, 255, 255);
color: rgba(255, 255, 255);
button {
background: rgba(255, 255, 255, 0.5);
@@ -133,7 +135,7 @@
}
span.spell-process {
color:rgb(93, 93, 93);
color: rgb(93, 93, 93);
font-style: italic;
}
@@ -183,7 +185,7 @@
}
.attributes {
padding: 0.5rem 0.5rem 0.5rem 0.5rem ;
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
display: flex;
flex-direction: row;
margin-bottom: 0.5rem;
@@ -195,7 +197,7 @@
border: 1px solid @attributeBorderColor;
//border-bottom: none;
border-radius: 10;
display: flex;
flex-direction: column;
@@ -207,7 +209,7 @@
font-weight: bold;
background-color: @attributeBorderColor;
color:rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, 1);
//font-size: 1.0rem;
height: 2.5rem;
@@ -244,4 +246,4 @@
}
}
}
}
}