code
Dieser Commit ist enthalten in:
Vendored
+16
-2
@@ -80,6 +80,9 @@ body {
|
||||
.fw-600 {
|
||||
font-weight: 600; }
|
||||
|
||||
.h-200p {
|
||||
height: 200px; }
|
||||
|
||||
.button_dark {
|
||||
clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
|
||||
padding-right: 1.7rem;
|
||||
@@ -91,7 +94,8 @@ body {
|
||||
width: 40rem; }
|
||||
|
||||
.price_footer {
|
||||
background-color: #52cba5; }
|
||||
background-color: #52cba5;
|
||||
border: 2px solid; }
|
||||
|
||||
.boxImgContainer {
|
||||
width: 4rem; }
|
||||
@@ -114,4 +118,14 @@ body {
|
||||
min-height: 500px;
|
||||
width: 100%;
|
||||
background: white;
|
||||
background: linear-gradient(180deg, white 7%, #ff8e9e4d 52%, #eb869478 100%); }
|
||||
background: linear-gradient(180deg, white 7%, #ff8e9e4d 52%, #eb869478 100%);
|
||||
position: relative; }
|
||||
.PO_galleryContainer .PO_gallery_display .PO_gallery_display_img {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%); }
|
||||
|
||||
.PO_galleryContainer .PO_gallery_box_inner {
|
||||
padding: 2rem;
|
||||
background-color: #EEEEEE; }
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren