Projekt

Obecné

Profil

« Předchozí | Další » 

Revize fdba469a

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

Re #8187 - fixed draggable bug, draggable timeline is now more smooth due optimalization, deploy new Bootstrap version due .map files

Zobrazit rozdíly:

website/public/css/style.scss
1
@import 'bootstrap-4.4.1/_functions.scss';
2
@import 'bootstrap-4.4.1/_variables.scss';
3
@import 'bootstrap-4.4.1/mixins/_breakpoints.scss';
1
@import 'bootstrap-4.5.3/_functions.scss';
2
@import 'bootstrap-4.5.3/_variables.scss';
3
@import 'bootstrap-4.5.3/mixins/_breakpoints.scss';
4 4

  
5 5
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@400;600;700;800&display=swap');
6 6

  
......
207 207

  
208 208
          button {
209 209
            padding-left: 20px;
210
            border-radius: 0px;
210
            border-radius: 0;
211 211
          }
212 212

  
213 213
          @include media-breakpoint-down(md) {
......
223 223
        }
224 224
      }
225 225

  
226
      @include media-breakpoint-down(md) {
227
        &:nth-of-type(4) {
228
          border-radius: 5px;
229
        }
230
      }
231

  
226 232
      &:nth-of-type(1), &:nth-of-type(2), &:nth-of-type(3) {
227 233
        width: 300px;
228 234
        
......
1195 1201
    @include media-breakpoint-down(md) {
1196 1202
      width: 100%;
1197 1203
      padding: 20px;
1204
      border-radius: 5px;
1198 1205
    }
1199 1206
  }
1200 1207

  

Také k dispozici: Unified diff