1. Changed the download page layout per feedback. 2. Removed custom styles added. 3. 0 to layout loop.... because I couldn't find a better way to remove padding left on UL :(
This commit is contained in:
parent
dc1bafd46d
commit
93bc37f597
|
@ -1,6 +1,6 @@
|
|||
.grid-fluid.l-space-bottom-8
|
||||
for versions, framework in downloads
|
||||
div.c9.card
|
||||
div.c9.l-space-bottom-4
|
||||
frameworkName = framework.replace(/\_/gm, ' ')
|
||||
header
|
||||
h2.text-headline #{frameworkName}
|
||||
|
@ -11,9 +11,7 @@
|
|||
p #{version}
|
||||
|
||||
else
|
||||
.card-content
|
||||
|
||||
ul.hover-card-container
|
||||
ul.l-pad-left-0
|
||||
if version.file
|
||||
li
|
||||
!= partial("../_includes/_hover-card", {name: "Version " + name, url: version.file })
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
@for $i from 1 through 10 {
|
||||
@for $i from 0 through 10 {
|
||||
.l-space-#{$i} {
|
||||
margin: $i * 8px;
|
||||
}
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
h3 {
|
||||
margin: 0px;
|
||||
}
|
||||
|
@ -36,7 +34,6 @@
|
|||
padding: 0px;
|
||||
margin: 0px 0px 0px ($unit * 4);
|
||||
|
||||
&:not(.hover-card-container) {
|
||||
a {
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
|
@ -50,12 +47,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.hover-card-container {
|
||||
margin-left: 0;
|
||||
margin-top: $unit * 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
|
|
Loading…
Reference in New Issue