Dotclear

source: admin/style/scss/partials/_charte.scss @ 3763:857d4768935c

Revision 3763:857d4768935c, 437 bytes checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Use sass variables for every color used (mainly foreground, background, border)

Line 
1.guideline {
2     #content h2 {
3          color: $charte-title;
4          padding: 2em 0 0 0;
5          margin: 1em 0;
6          font-size: 2em;
7          &:first-child {
8               margin-top: 0;
9               padding-top: .5em;
10          }
11     }
12     h3 {
13          margin-top: 2em;
14     }
15     .dc-update h3 {
16          margin-top: 0;
17     }
18     .one-box .box {
19          border: 1px solid $charte-one-box-border;
20          padding: 2px .5em;
21     }
22     #main-menu ul {
23          margin: 0;
24          padding: 0;
25          font-weight: normal;
26     }
27     #main-menu li {
28          padding-left: 1em;
29     }
30}
Note: See TracBrowser for help on using the repository browser.

Sites map