Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f9a3b8b9

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

css fix

Zobrazit rozdíly:

website/public/css/style.css
206 206

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

  
211 212
@media (max-width: 991.98px) {
......
216 217
  }
217 218
  header.map .nav-item:nth-of-type(3) .dropdown button {
218 219
    padding-left: 12px;
220
    border-radius: 5px;
219 221
  }
220 222
}
221 223

  
website/public/css/style.scss
204 204
          }
205 205
          button {
206 206
            padding-left: 20px;
207
            border-radius: 0px;
207 208
          }
208 209
          @include media-breakpoint-down(md) {
209 210
            height: 100% !important;
......
211 212
            flex-direction: column;
212 213
            button {
213 214
              padding-left: 12px;
215
              border-radius: 5px;
214 216
            }
215 217
          }
216 218
        }

Také k dispozici: Unified diff