Skip to content
Snippets Groups Projects
Commit ca5ca8af authored by omaarfa's avatar omaarfa
Browse files

commit to save css for Kunde.css

parent 4524d798
No related branches found
No related tags found
No related merge requests found
section {
border-radius: 1.5em;
padding: 0 2em 1.5em 2em;
background: #eee;
box-shadow: 0 0 4em black;
margin: 0 2em;
}
section h2 {
padding-top: 0.5em;
margin: 0;
}
form {
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
width: 100%;
padding: 1em;
}
.orderFieldset {
border-radius: 1.5em;
background: #eee;
padding: 0;
margin: 2em;
border: 3px solid #888;
display: flex;
flex-direction: column;
justify-content: center;
height: fit-content;
}
.pizzaFieldset {
border-radius: 1.5em;
background: #eee;
margin: 0.5em;
padding: 0.5em;
border: 3px solid #888;
height: fit-content;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-content: center;
flex-wrap: wrap;
}
.pizzaLegend {
font-size: 1.1em;
margin: 0;
padding: 0;
}
.orderLegend {
font-size: 1.1em;
font-weight: bold;
}
.pizzaRadioLabel {
margin: 0.5em 0;
font-size: 1em;
}
.pizzaRadio {
accent-color: black;
scale: 1.25;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment