Projet

Général

Profil

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

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / css / responsive.smalltouch.portrait.css @ a08833bd

1
/*
2
 *   Important Information about this CSS File
3
 *
4
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
5
 *   everything) and the file will be skipped when you enable Production Mode in
6
 *   the Global theme settings.
7
 *
8
 * - Read the _README file in this directory, it contains useful help and other information.
9
 */
10
/* Increase the default font size on small touch devices */
11
/* line 16, ../sass/responsive.smalltouch.portrait.scss */
12
body {
13
  font-size: 100%;
14
}
15

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

    
43
/*# sourceMappingURL=responsive.smalltouch.portrait.css.map */