Когда включается navbar
1 | $grid-float-breakpoint: |
Настройка ширины(в конце)
1 2 3 | // Small screen / tablet $container-tablet: $container-sm: <a href="http://my-opinions.info/drupal/drupal-%d0%bd%d0%b0%d1%81%d1%82%d1%80%d0%be%d0%b9%d0%ba%d0%b0-bootstrap-%d1%82%d0%b5%d0%bc%d1%8b-radix#more-350" class="more-link">Читать далее <span class="screen-reader-text">Drupal настройка bootstrap темы radix</span></a> |
Перемены отвечающие момент отсечек
1 2 3 4 5 6 7 8 | // Note: Deprecated $screen-xs and $screen-phone as of v3.0.1 $screen-xs: // Note: Deprecated $screen-sm and $screen-tablet as of v3.0.1 $screen-sm: // Note: Deprecated $screen-md and $screen-desktop as of v3.0.1 $screen-md: // Note: Deprecated $screen-lg and $screen-lg-desktop as of v3.0.1 $screen-lg: |
Что бы добавить шрифт в ckeditor
1 2 | config.font_names = 'Arial;Times New Roman;Verdana;GothamPro;Lora;OpenSans'; |