Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b3d4efe5

Přidáno uživatelem Tomáš Ballák před více než 3 roky(ů)

css fix

Zobrazit rozdíly:

website/public/css/style.css
204 204
  top: calc(100% - 4px);
205 205
}
206 206

  
207
header.map .nav-item:nth-of-type(3) .dropdown button {
208
  padding-left: 20px;
209
}
210

  
207 211
@media (max-width: 991.98px) {
208 212
  header.map .nav-item:nth-of-type(3) .dropdown {
209 213
    height: 100% !important;
210 214
    margin: 0px;
211 215
    flex-direction: column;
212 216
  }
217
  header.map .nav-item:nth-of-type(3) .dropdown button {
218
    padding-left: 12px;
219
  }
213 220
}
214 221

  
215 222
header.map .nav-item:nth-of-type(1), header.map .nav-item:nth-of-type(2), header.map .nav-item:nth-of-type(3) {
website/public/css/style.scss
202 202
          .dropdown-menu {
203 203
            top: calc(100% - 4px);
204 204
          }
205
          button {
206
            padding-left: 20px;
207
          }
205 208
          @include media-breakpoint-down(md) {
206 209
            height: 100% !important;
207 210
            margin: 0px;
208 211
            flex-direction: column;
212
            button {
213
              padding-left: 12px;
214
            }
209 215
          }
210 216
        }
211 217
      }

Také k dispozici: Unified diff