Commit e3bc8f36 authored by Nikolay Gromov's avatar Nikolay Gromov

Исправления для блока page

parent 0a9ce1e1
// Стилизация БЭМ-блока page и общие стили тегов
$body-bg: #fff !default;
$link-color: hsl(208, 98%, 43%) !default;
$link-color--hover: darken(hsl(208, 98%, 43%), 15%) !default;
$screen-xl: 1200px !default;
// Сделаем viewport великим снова! (привет, IE10)
// http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
......@@ -145,6 +154,17 @@ a {
&:visited {
color: $link-color--hover;
}
&[href^="tel:"] {
// На больших экранах телефоны-ссылки делаем обычным текстом
@media (min-width: $screen-xl) {
white-space: nowrap;
pointer-events: none;
text-decoration: inherit;
color: inherit;
}
}
}
hr {
......
......@@ -19,6 +19,7 @@ block content
block footer
+page-footer()
p «Подвал»
p Контактный телефон: #[a(href="tel:+70000000000") +7 000 000 00 00]
//- block page-bottom
//- script(src='js/some.js')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment