Чистка стилей
This commit is contained in:
parent
a57f071a4c
commit
2a044a1522
@ -10,7 +10,6 @@ body {
|
||||
line-height: normal;
|
||||
color: $font-color;
|
||||
background-color: $page-bg-color;
|
||||
// background: url($page-bg-image) repeat scroll 0 0 $page-bg-color;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
@ -4,7 +4,6 @@ $tablet-width: 768px;
|
||||
$font-color: #333333;
|
||||
|
||||
$navbar-color: #404c5e;
|
||||
// $navbar-color: #2262b1;
|
||||
$navbar-text-color: white;
|
||||
$link-color: #00465c;
|
||||
$link-hover-color: #0096c4;
|
||||
|
@ -10,14 +10,11 @@
|
||||
}
|
||||
|
||||
nav.navbar {
|
||||
& {
|
||||
background-color: $navbar-color;
|
||||
color: $navbar-text-color;
|
||||
font-size: 1.5rem;
|
||||
padding: 10px 0;
|
||||
margin-bottom: 1rem;
|
||||
// line-height: 0%;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 1.5em;
|
||||
@ -41,12 +38,10 @@ nav.navbar {
|
||||
}
|
||||
|
||||
.post.single {
|
||||
& {
|
||||
background-color: $post-bg-color;
|
||||
padding: 24px;
|
||||
margin-bottom: 16px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0;
|
||||
@ -75,7 +70,6 @@ nav.navbar {
|
||||
}
|
||||
|
||||
.image-wrapper {
|
||||
& {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
@ -83,7 +77,6 @@ nav.navbar {
|
||||
padding: 16px;
|
||||
background-color: $image-wrapper-bg-color;
|
||||
border: 1px solid $image-wrapper-border-color;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
@ -95,13 +88,11 @@ nav.navbar {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
& {
|
||||
background-color: #f9f9f9;
|
||||
border-left: 5px solid #ffc7bd;
|
||||
margin: 0;
|
||||
padding: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
@ -130,11 +121,9 @@ nav.navbar {
|
||||
|
||||
|
||||
section.posts {
|
||||
& {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.post {
|
||||
background-color: $post-bg-color;
|
||||
@ -146,7 +135,6 @@ section.posts {
|
||||
margin-right: 16px;
|
||||
margin-bottom: 16px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
||||
// border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
|
||||
@ -179,30 +167,24 @@ section.posts {
|
||||
}
|
||||
|
||||
.page-wrapper {
|
||||
& {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
@media (max-width: $tablet-width) {
|
||||
& {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.content-column {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
& {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 300px;
|
||||
width: 300px;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.item {
|
||||
background-color: $post-bg-color;
|
||||
|
Loading…
Reference in New Issue
Block a user