1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 04:42:24 +03:00

Update CSS further

This commit is contained in:
Artyom Kazak 2019-05-06 16:47:12 +02:00
parent 01df193aea
commit 9c54a95140
2 changed files with 14 additions and 5 deletions

View File

@ -231,7 +231,10 @@ body {
} }
.item { .item {
margin-top: 20px; margin-top: 50px;
margin-bottom: 50px;
border-radius: 5px;
box-shadow: 0 0 20px rgba(140, 152, 164, 0.2);
} }
.category-info .controls { .category-info .controls {
@ -251,9 +254,12 @@ body {
} }
.item-body { .item-body {
padding-top: 5px; padding-top: 15px;
border: 1px solid rgba(140, 152, 164, 0.2);
border-top: none;
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
background-clip: border-box;
} }
.item-traits, .item-traits,

View File

@ -44,8 +44,11 @@ CSS
.item-info { .item-info {
padding-bottom: 12px; padding-bottom: 12px;
padding: 10px 15px; padding: 10px 15px;
border: 1px solid rgba(140, 152, 164, 0.2);
border-bottom: none;
border-top-left-radius: 5px; border-top-left-radius: 5px;
border-top-right-radius: 5px; border-top-right-radius: 5px;
background-clip: border-box;
} }
.item-info .section.normal { .item-info .section.normal {