y4f/Shared/Bestellbestätigung.razor.css

42 lines
450 B
CSS
Raw Normal View History

2023-05-19 11:26:33 +02:00
body, html {
padding: 0px;
margin: 0px;
margin-bottom: 15px;
}
p {
text-align:center;
}
img {
width: 20%;
height: auto;
padding: 5px;
}
.text {
color: grey;
font-size: 13px;
}
#button1 {
background-color: #89F9A5;
border-radius: 50px;
2023-06-05 19:26:23 +02:00
text-align: center;
2023-05-19 11:26:33 +02:00
}
2023-06-05 19:26:23 +02:00
2023-05-19 11:26:33 +02:00
h5 {
text-align: center;
}
.load2 {
text-align: center;
}
.load3 {
text-align: right;
}
.loadtext {
font-size: 14px;
}