2016-05-23 23:22:05 +05:30
|
|
|
@import "~components/ui/colors.scss";
|
|
|
|
@import "~components/ui/fonts.scss";
|
|
|
|
|
2016-05-22 21:26:52 +05:30
|
|
|
.rules {
|
2016-05-23 23:22:05 +05:30
|
|
|
max-width: 500px;
|
|
|
|
margin: 30px auto 0;
|
|
|
|
padding: 0 20px;
|
2016-05-22 21:26:52 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.rulesSection {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rulesSectionTitle {
|
|
|
|
line-height: 50px;
|
|
|
|
|
2016-05-23 23:22:05 +05:30
|
|
|
font-family: $font-family-title;
|
2016-05-22 21:26:52 +05:30
|
|
|
font-size: 20px;
|
|
|
|
color: #fff;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
|
2016-05-23 23:22:05 +05:30
|
|
|
background: $blue;
|
2016-05-22 21:26:52 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.rulesBody {
|
2016-05-23 23:22:05 +05:30
|
|
|
padding: 20px;
|
2016-05-22 21:26:52 +05:30
|
|
|
background: #fff;
|
2016-05-23 23:22:05 +05:30
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
%rulesTextFormat {
|
|
|
|
line-height: 1.4;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blockDescription {
|
|
|
|
@extend %rulesTextFormat;
|
|
|
|
|
|
|
|
p {
|
|
|
|
@extend %rulesTextFormat;
|
|
|
|
}
|
2016-05-22 21:26:52 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.rulesList {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2016-05-23 23:22:05 +05:30
|
|
|
padding-left: 20px;
|
2016-05-22 21:26:52 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.rulesItem {
|
2016-05-23 23:22:05 +05:30
|
|
|
@extend %rulesTextFormat;
|
|
|
|
|
2016-05-22 21:26:52 +05:30
|
|
|
list-style: decimal;
|
2016-05-23 23:22:05 +05:30
|
|
|
|
|
|
|
&:last-of-type {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2016-05-22 21:26:52 +05:30
|
|
|
|
|
|
|
a {
|
|
|
|
color: #444;
|
|
|
|
border-bottom: 1px dotted #aaa;
|
|
|
|
text-decoration: none;
|
|
|
|
transition: .25s
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
border-bottom-color: #444
|
|
|
|
}
|
|
|
|
}
|
2016-05-23 23:22:05 +05:30
|
|
|
|
|
|
|
.footer {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|