margin-left: 16px
+flex-config(center, false, false, center)
border: 0.5px solid transparent
+ flex-shrink: 0
&.space
width: 70px
&[data-bg-fit="fill"]
img
object-fit: fill
+
+
+.card-holder
+ transition: background-color .2s ease
+ +opacity(.08, background-color, $texts-color)
+ +radius(16px)
+ padding: 8px
+ display: grid
+ gap: 8px
+
+ .slot
+ width: 100%
+ height: 51px
+ transition: all .3s
+ +radius(8px)
+ padding: 7px 8px
+ font-size: 12px
+
+ h4
+ font-size: 1.25em
+ font-weight: 600
+ max-height: 1.1em
+ overflow: hidden
+ text-align: left
+
+ p
+ font-size: 1em
+ font-weight: 400
+ max-height: 1em
+ overflow: hidden
+ text-align: left
+ white-space: pre-line
+ margin-top: 3px
+
+ &.active
+ background-color: rgba($opposite-texts-color, 0.24)
+ border: 1px solid rgba($texts-color, .24)
left: 0
width: 100%
z-index: 2
- +padding-container()
+ padding: 24px 24px 40px
+flex-config(space-between, false, row, center)
.btn.primary
.m
.score
- height: 600px
- //680(hauteur de base) - 80(hauteur du header)
+ height: calc(100vh - 125px)
position: static
border-radius: 0
background: none
height: auto
left: 50%
transform: translateX(-50%)
- padding: 18px 40px
+ padding: 36px 40px
border-radius: 8px
border-width: 2px
&:not(:nth-child(-n+4))
top: 86px
-
-.card-holder
- transition: background-color .2s ease
- +opacity(.08, background-color, $texts-color)
- +radius(16px)
- padding: 8px
- display: grid
- gap: 8px
-
- .slot
- width: 100%
- height: 51px
- transition: all .3s
- +radius(8px)
- padding: 7px 8px
- font-size: 12px
-
- h4
- font-size: 1.25em
- font-weight: 600
- max-height: 1.1em
- overflow: hidden
- text-align: left
-
- p
- font-size: 1em
- font-weight: 400
- max-height: 1em
- overflow: hidden
- text-align: left
- white-space: pre-line
- margin-top: 3px
-
- &.active
- background-color: rgba($opposite-texts-color, 0.24)
- border: 1px solid rgba($texts-color, .24)