update: some easy css fixes
This commit is contained in:
parent
fb237d1707
commit
6f65f54864
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"menuLeft": {
|
"menuLeft": {
|
||||||
"emptyCircleProject": {
|
"emptyCircleProject": {
|
||||||
"notPartOf": "You're not part of",
|
"notPartOf": "You're not part of any",
|
||||||
"createNew": "To create a new one, you can go in the",
|
"createNew": "To create a new one, you can go in the",
|
||||||
"adminPanel": "administration panel",
|
"adminPanel": "administration panel",
|
||||||
"project": "project",
|
"project": "project",
|
||||||
|
@ -58,7 +58,7 @@ solid-event section {
|
|||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
.headline h2 {
|
.headline h1 {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
@ -103,7 +103,7 @@ solid-event section {
|
|||||||
[name="infotext"] {
|
[name="infotext"] {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
[name="name"] {
|
.event-title[name="name"] {
|
||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
line-height: 3.8rem;
|
line-height: 3.8rem;
|
||||||
@ -144,11 +144,11 @@ solid-event section {
|
|||||||
}
|
}
|
||||||
.newevent input[type="submit"],
|
.newevent input[type="submit"],
|
||||||
.newtype input[type="submit"],
|
.newtype input[type="submit"],
|
||||||
button {
|
// button {
|
||||||
width: max-content;
|
// width: max-content;
|
||||||
padding: 5px 20px;
|
// padding: 5px 20px;
|
||||||
background-color: #3C3F57;
|
// background-color: #3C3F57;
|
||||||
}
|
// }
|
||||||
.newevent input[type="file"] {
|
.newevent input[type="file"] {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ solid-poll > div {
|
|||||||
#default-pollListing, #circles-pollListing {
|
#default-pollListing, #circles-pollListing {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
.headline {
|
.headline {
|
||||||
h2 {
|
h1 {
|
||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--content-font-color);
|
color: var(--content-font-color);
|
||||||
solid-resource {
|
solid-resource {
|
||||||
solid-display div {
|
.listresources solid-display div {
|
||||||
max-width: 1110px;
|
max-width: 1110px;
|
||||||
solid-display {
|
solid-display {
|
||||||
margin: 0 0 20px 40px;
|
margin: 0 0 20px 40px;
|
||||||
@ -40,7 +40,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.listresources {
|
.listresources {
|
||||||
.headline h2 {
|
.headline h1 {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
@ -63,7 +63,7 @@
|
|||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
solid-display solid-display {
|
solid-display solid-display {
|
||||||
[name="name"] {
|
.resource-title {
|
||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
@ -77,11 +77,14 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
solid-multiple > solid-display > div > solid-display {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.resourcedetail {
|
.resourcedetail {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
[name="name"] {
|
.resource-title {
|
||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
line-height: 3.8rem;
|
line-height: 3.8rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user