Revision 65814c28 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_settings.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_settings.scss
75 75
// Grid Variables
76 76
//
77 77

  
78
$row-top-width:1300px;
79
// $row-width: 62.5em;
78
$row-full-width:100%;
79
$row-width: emCalc(1200px);
80 80
// $column-gutter: 1.875em;
81 81
// $total-columns: 12;
82 82

  
......
1019 1019
// $topbar-breakpoint: emCalc(940px); // Change to 9999px for always mobile layout
1020 1020
// $topbar-media-query: "only screen and (min-width "#{$topbar-breakpoint}")";
1021 1021

  
1022

  
1023
// Custom breakpoints
1024

  
1025
$entities-list-large: emCalc(1100px);
1026

  
1027
$entities-large: "only screen and (min-width:"#{$entities-list-large}")";

Also available in: Unified diff