Skip to content

Instantly share code, notes, and snippets.

@SergXIIIth
Created September 13, 2014 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SergXIIIth/bed7225c01de10c14eab to your computer and use it in GitHub Desktop.
Save SergXIIIth/bed7225c01de10c14eab to your computer and use it in GitHub Desktop.
Sass with @extend - no additional class in HTML
.header
@extend .container
.brand
float: left
span
+text-hide
.links
float: right
margin-top: 10px
.info
float: left
a
margin-right: 50px
padding: 10px
.auth
float: right
a
padding: 10px 10px 10px 5px
a:first-child
padding: 10px 5px 10px 10px
.actions
a
@extend .btn
@extend .btn-default
.header
.row
.brand
span Деловая Прага. Недвижимость в Чехии
img src=image_path('/img/brand.png')
.links
.row
.info
a href='#' 45 000 Kc/m2 -0.3
a href='#' 27.3 Kc/eur +0.5
.auth
a href='#' Войти
a href='#' Зарегистрироваться
.actions
a href='#' Купить недвижимость
a href='#' Купить недвижимость
.nav
a href='#' О нас
a href='#' Статьи и новости
a href='#' Недвижимость
a href='#' Наши услуги
a href='#' Контакты
a href='#' FAQ
a href='#' Ссылки
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment