Поправлены стили согласно макетам и моему видению

This commit is contained in:
ErickSkrauch 2016-05-01 20:08:09 +03:00
parent 4cc94d294a
commit 3092940ee4
4 changed files with 17 additions and 9 deletions

View File

@ -3,7 +3,6 @@
.contentWithBackButton {
position: relative;
padding-left: 60px;
width: 400px;
margin: 0 auto;
}
@ -12,16 +11,21 @@
composes: arrow from 'components/ui/icons.scss';
position: absolute;
left: 0;
left: -60px;
top: 15px;
width: 25px;
height: 25px;
padding: 15px;
transform: rotate(90deg);
transition: .3s;
color: #ccc;
font-size: 25px;
&:hover {
color: #9a9a9a;
}
}
.form {
@ -58,8 +62,8 @@
}
.description {
font-size: 13px;
color: #9a9a9a;
line-height: 1.3;
font-size: 12px;
color: #666666;
line-height: 1.5;
margin-top: 25px;
}

View File

@ -51,13 +51,13 @@ $bodyTopBottomPadding: 15px;
a {
color: #fff;
border-bottom: 1px dotted #ede9e2;
border-bottom: 1px dotted rgba(#fff, 0.75);
text-decoration: none;
transition: .25s;
&:hover {
border-bottom-color: #ccc;
color: #ccc;
text-shadow: 0 0 1px #fff;
border-bottom-color: transparent;
}
}
}

View File

@ -7,7 +7,7 @@
<meta name="msapplication-tap-highlight" content="no">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link href="//fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Roboto:400,500&subset=latin,cyrillic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic" rel="stylesheet" type="text/css">
</head>
<body>

View File

@ -14,6 +14,10 @@ body {
background: $light;
}
b {
font-weight: 500;
}
a {
text-decoration: none;
}