File: basic.sass

package info (click to toggle)
ruby-sass 3.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,396 kB
  • sloc: ruby: 32,443; sh: 26; makefile: 25
file content (23 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23


body
  font: Arial
  background: blue

#page
  width: 700px
  height: 100
  #header
    height: 300px
    h1
      font-size: 50px
      color:     blue

#content.user.show
  #container.top
    #column.left
      width: 100px
    #column.right
      width: 600px
  #container.bottom
    background: brown