Revision 4e7c16f1 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_settings.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_settings.scss
30 30
// We use these as default colors throughout
31 31
$primary-color: #919194;
32 32
$secondary-color: #30c79e;
33
$third-color: #30c79e;
33
$third-color: #d7145a;
34 34
$overlay-color: #485057;
35 35
$overlay-color-top:#636a70;
36 36
$overlay-darker-color:#33383D;
......
831 831
//
832 832

  
833 833
// We use these to control the style of the reveal overlay.
834
$reveal-overlay-bg: rgba(#000, .80);
834
$reveal-overlay-bg: rgba(#fff, .80);
835 835
// $reveal-overlay-bg-old: #000;
836 836

  
837 837
// We use these to control the style of the modal itself.
838 838
// $reveal-modal-bg: #fff;
839 839
// $reveal-position-top: 50px;
840 840
// $reveal-default-width: 80%;
841
// $reveal-modal-padding: emCalc(20px);
841
$reveal-modal-padding: emCalc(50px) emCalc(100px) emCalc(20px);
842 842
// $reveal-box-shadow: 0 0 10px rgba(#000,.4);
843 843

  
844 844
// We use these to style the reveal close button
845
// $reveal-close-font-size: emCalc(22px);
846
// $reveal-close-top: emCalc(8px);
847
// $reveal-close-side: emCalc(11px);
848
// $reveal-close-color: #aaa;
845
$reveal-close-font-size: emCalc(18px);
846
$reveal-close-top: emCalc(40px);
847
$reveal-close-side: emCalc(40px);
848
$reveal-close-color: #fff;
849 849
// $reveal-close-weight: bold;
850 850

  
851 851
// We use these to control the modal border
852 852
// $reveal-border-style: solid;
853
// $reveal-border-width: 1px;
853
$reveal-border-width: 0px;
854 854
// $reveal-border-color: #666;
855 855

  
856 856
//

Also available in: Unified diff