Skip to content
Snippets Groups Projects

capture_dreams-3493096: Readmore and Add new comment needs to be styled and space.

Open Alok Singh requested to merge issue/capture_dreams-3493096:capture_dreams-3493096 into 1.0.x
3 files
+ 103
12
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 21
0
@@ -697,6 +697,27 @@ section.region.region-content {
margin: 0em 0.2777777778em;
}
.inline {
display: flex;
padding-left: 0;
margin-top: 20px;
margin-bottom: 50px;
}
.inline li {
list-style: none;
margin-right: 10px;
}
.inline li a {
background-color: #fff;
text-decoration: none;
padding: 8px 18px;
border-radius: 5px;
}
.inline li a:hover {
color: #0a58ca;
box-shadow: 0 12px 16px 0 rgba(255, 255, 255, 0.24), 0 17px 50px 0 rgba(255, 255, 255, 0.19);
}
.main-container aside.sidebar {
width: 100%;
padding: 0.5555555556em;
Loading