* PLT-5354 - Making statistics flow on page

* PLT-5262 - Updating icon on join team page

* PLT-5218 - Making menu colors consistent on mobile

* PLT-5377 - Adding bg to current posts in the RHS

* PLT-5645 - Adjusting spacing after/before ul/ol
Этот коммит содержится в:
Asaad Mahmood
2017-03-02 19:10:20 +05:00
коммит произвёл Corey Hulen
родитель f4aebed220
Коммит 1bd3917e3e
7 изменённых файлов: 43 добавлений и 17 удалений

Просмотреть файл

@@ -1106,7 +1106,12 @@
ul + p,
ol + p {
margin-top: 1.2em;
margin-top: 1em;
}
p + ul,
p + ol {
margin-top: 1em;
}
.pending-post-actions {

Просмотреть файл

@@ -455,12 +455,24 @@
border: none;
}
.icon {
cursor: pointer;
float: left;
margin: 18px 7px 0 15px;
opacity: .45;
svg {
height: 20px;
width: 20px;
}
}
a {
color: inherit;
display: block;
font-size: 1.1em;
height: 3.5em;
line-height: 3.5em;
line-height: 3.6em;
padding: 0 15px;
}
}