From ea90f1c8a5fb5b666113ee21f81a5530127a0517 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Mon, 30 Jan 2023 00:10:22 +0200 Subject: Parorg Kuulsused New --- rannak/mangud/partorg/kuulsused/styles.css | 59 +++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 13 deletions(-) (limited to 'rannak/mangud/partorg/kuulsused/styles.css') diff --git a/rannak/mangud/partorg/kuulsused/styles.css b/rannak/mangud/partorg/kuulsused/styles.css index f4fb4c8..108bde9 100644 --- a/rannak/mangud/partorg/kuulsused/styles.css +++ b/rannak/mangud/partorg/kuulsused/styles.css @@ -65,21 +65,51 @@ button:disabled{ } -/* Other */ +/* Mainer */ +.mainer { + display: flex; + align-items: center; + border: 3px solid white; + border-radius: 10px; + margin: .7rem; + min-height: 80%; +} + +.mainer .startBasket { + width: 40%; + padding: 1rem; +} + + + +/* Carousel */ +.carousel { + border-left: 5px solid white; + padding: 1rem !important; + margin: auto !important; + width: 60% !important; + height: auto !important; -.row { - margin: 0 5% !important; } -img { - max-width: 15rem !important; +.carousel-item{text-align: center !important;} +.carousel-item .text{padding-top: 10px !important;} + +.carousel-item img{ + margin: auto !important; + max-width: 35% !important; height: auto !important; - padding: .3rem; } - -.lists .list .list-item { +.carousel-item .list { + background-color: rgba(0, 0, 0, 0.3); + min-height: 3.7rem; + margin: .5rem; + border-radius: 8px !important; +} + +.list-item { background-color: #b2beb5 !important; color: #21201E; margin: 0.5rem 0; @@ -88,11 +118,14 @@ img { cursor: pointer; } -.lists .list { - background-color: rgba(0, 0, 0, 0.3); - min-height: 2.5rem; - margin: .5rem; - border-radius: 8px !important; + + +/* Other */ + +.modal-header img { + max-width: 15rem !important; + height: auto !important; + padding: .3rem; } .startBasket { -- cgit v1.2.3