Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 52b74f24

Přidáno uživatelem Martin Sebela před více než 3 roky(ů)

Re #8159 - full height clickable dropdown dataset, fixed tests

Zobrazit rozdíly:

website/public/css/style.scss
118 118
        border-radius: 20px;
119 119

  
120 120
        &:hover {
121
          background: #004fb3;
121
          background: $primary-bg-color-darker;
122 122
        }
123 123
      }
124 124
    }
......
136 136
    }
137 137

  
138 138
    &:hover {
139
      background: #004fb3;
139
      background: $primary-bg-color-darker;
140 140
    }
141 141
  }
142 142

  
......
145 145
    font-size: 16px;
146 146
    text-transform: uppercase;
147 147
    font-weight: 800;
148
    letter-spacing: 0.4px;
148
    letter-spacing: .4px;
149 149
    border-radius: 0;
150 150
    border: $primary-bg-color;
151
    background: #004fb3;
151
    background: $primary-bg-color-darker;
152 152

  
153 153
    &:hover {
154 154
      background: $primary-bg-color !important;
......
223 223
  text-transform: uppercase;
224 224
  font-size: 21px;
225 225
  font-weight: 700;
226
  letter-spacing: 0.53px;
226
  letter-spacing: .53px;
227 227

  
228 228
  @include media-breakpoint-up(lg) {
229 229
    line-height: 55px;
......
233 233
h2 {
234 234
  font-size: 16px;
235 235
  font-weight: 400;
236
  letter-spacing: 0.4px;
236
  letter-spacing: .4px;
237 237

  
238 238
  @include media-breakpoint-up(lg) {
239 239
    margin: 0;
......
243 243
h3 {
244 244
  font-size: 38px;
245 245
  font-weight: 800;
246
  letter-spacing: 0.95px;
246
  letter-spacing: .95px;
247 247

  
248 248
  @include media-breakpoint-down(xs) {
249 249
    font-size: 28px;
......
279 279
  position: relative;
280 280
}
281 281

  
282
// OBRÁZKY VE SLIDECH NA ÚVODNÍ STRÁNCE
282 283
.swiper-slide {
283 284
  display: flex;
284 285
  justify-content: center;
......
312 313
  }
313 314
}
314 315

  
315
// TEXT VE SLIDU
316
// TEXT VE SLIDU NA ÚVODNÍ STRÁNCE
316 317
.slide-text {
317 318
  width: 600px;
318 319
  padding-bottom: 160px;
......
1116 1117
  margin-bottom: auto;
1117 1118

  
1118 1119
  &:nth-child(3) {
1120
    margin-top: 0;
1121
    margin-bottom: 0;
1119 1122
    border: 0;
1123

  
1124
    .dropdown {
1125
      display: flex;
1126
      height: 100%;
1127
    }
1120 1128
  }
1121 1129

  
1122 1130
  &:last-child {

Také k dispozici: Unified diff