/* --- WOOPB LEÍRÁS STÍLUS --- */ /* A konténer alapbeállítása */ .woopb-product-short-description { position: relative; z-index: 5; margin-top: 10px; margin-bottom: 10px; width: 100%; clear: both; text-align: left; } /* A szöveg tördelése és limitálása */ .woopb-product-short-description__clamp { font-size: 13px; /* Olvasható méret */ line-height: 1.5; color: #666; margin: 0; /* A 3 soros limit trükkje */ display: -webkit-box; display: box; -webkit-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; /* Hány sor legyen? */ line-clamp: 3; overflow: hidden; text-overflow: ellipsis; transition: all 0.3s ease; } /* Kinyitott állapot */ .woopb-product-short-description__clamp.expanded { -webkit-line-clamp: unset; line-clamp: unset; display: block; max-height: none; } /* A Gomb stílusa */ .woopb-toggle-link { display: inline-block; margin-top: 5px; font-size: 11px; font-weight: bold; color: #04747a; /* A te zöld színed */ background: transparent; border: none; padding: 0; text-decoration: underline; cursor: pointer; text-transform: uppercase; } .woopb-toggle-link:hover { color: #005177; text-decoration: none; }
Még nincs fiókja?
Fiók létrehozása