custom style defintions

This commit is contained in:
Ulf Gebhardt 2022-03-10 21:12:42 +01:00
parent 5d973a887e
commit 227273f22c
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -208,3 +208,53 @@ a,
.gradido-font-15rem {
font-size: 1.5rem;
}
.gradido-custom-background {
background-color: #ebebeba3 !important;
}
.gradido-max-width {
width: 100%;
}
.gradido-width-300 {
width: 300px;
}
.gradido-absolute {
position: absolute;
}
.gradido-width-95-absolute {
width: 95%;
position: absolute;
}
.gradido-width-96-absolute {
width: 96%;
position: absolute;
}
.gradido-no-border-radius {
border-radius: 0;
}
.gradido-no-border {
border: 0;
}
.gradido-background-f1 {
background-color: #f1f1f1;
}
.gradido-background-white {
background-color: #fff;
}
.gradido-font-large {
font-size: large;
}
.gradido-font-15rem {
font-size: 1.5rem;
}