1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-09-02 02:12:43 +02:00

Add simple toggle.

This commit is contained in:
Lars Jung
2015-04-29 02:16:29 +02:00
parent f7d0f7d5eb
commit 33bc45d179
2 changed files with 41 additions and 0 deletions

View File

@@ -81,6 +81,10 @@
margin: 0 auto;
padding: 32px;
max-width: 900px;
> .toggle {
display: none;
}
}
}
@@ -146,7 +150,26 @@
}
.suite {
position: relative;
margin: 16px 0 8px 24px;
.toggle {
position: absolute;
left: -24px;
top: 0;
width: 24px;
height: 24px;
line-height: 24px;
color: @col-text;
font-size: 16px;
font-weight: bold;
text-align: center;
cursor: pointer;
&:hover {
background: @col-back-hover;
}
}
}
.test {