Projet

Général

Profil

Paste
Télécharger (1,18 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / sass / responsive.smalltouch.landscape.scss @ 74f6bef0

1

    
2
// _base.scss imports _custom.scss and other partials.
3
@import "base";
4

    
5
/*
6
 *   Important Information about this CSS File
7
 *
8
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
9
 *   everything) and the file will be skipped when you enable Production Mode in
10
 *   the Global theme settings.
11
 *
12
 * - Read the _README file in this directory, it contains useful help and other information.
13
 */
14

    
15
/* Increase the body font size on small touch devices */
16
body {
17
  font-size: 100%;
18
}
19

    
20
/* =============================================================================
21
 *   Mobile Menu Toggle
22
 *   See your theme settings extensions for how to enable the menu toggle.
23
 *   These are example styles for the menu toggle menu, you can use these in the
24
 *   relevant responsive stylesheets as required. Modify to suit your design.
25
 * ========================================================================== */
26
.at-mt .at-menu-toggle {
27
  /* The toggle link */
28
  h2 {
29
    margin-bottom: 5px;
30
    
31
    a {
32
      background: #eee;
33
      border: 2px solid #ccc;
34
      padding: 2px 10px;
35
    }
36
  }
37

    
38
  /* Menu items */
39
  ul.menu li a {
40
    background: #eee;
41
    border-bottom: 1px solid #fff;
42
  }
43
}