You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

115 lines
1.7 KiB

///
/// Fractal by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///
/* Icons */
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
li {
display: inline-block;
padding: 0 1.5em 0 0;
&:last-child {
padding-right: 0 !important;
}
.icon {
&:before {
font-size: 1.75rem;
}
}
}
&.major {
li {
padding: 0 2.5em 0 0;
.icon {
&:before {
font-size: 2.75rem;
}
}
}
// Small.
@include breakpoint('<=small') {
li {
padding: 0 1.25em 0 0;
.icon {
&:before {
font-size: 1.75rem;
}
}
}
}
}
&.labeled {
li {
margin: 1em 0;
padding: 0 2em 0 0;
.icon {
&:before {
vertical-align: middle;
font-size: 2.25rem;
margin-right: 0.5em;
}
.label {
display: inline-block;
vertical-align: middle;
color: _palette(fg);
}
}
}
// Small.
@include breakpoint('<=small') {
// Portrait.
@include orientation(portrait) {
text-align: left;
margin-right: auto;
margin-left: auto;
display: inline-block;
white-space: nowrap;
li {
display: block;
padding: 0;
margin: 1.5em 0 0 0;
.icon {
&:before {
width: 1.5em;
display: block;
float: left;
margin-right: 0;
}
&:after {
content: '';
display: block;
clear: both;
}
}
&:first-child {
margin-top: 0;
}
}
}
}
}
}