jsonresume-theme-elegant
Version:
Elegant theme for jsonresume
110 lines (86 loc) • 1.33 kB
text/less
.relative {
position: relative;
}
.clear-margin {
margin: 0;
}
.space-top {
margin-top: 10px;
}
.space-right {
margin-right: 10px;
}
.space-bottom {
margin-bottom: 10px;
}
.mr-5 {
margin-right: 5px;
}
.mr-10 {
margin-right: 10px;
}
.ml-5 {
margin-left: 5px;
}
.labels {
line-height: 2;
}
.label-keyword {
display: inline-block;
background: @theme-label-bg;
color: white;
font-size: 0.9em;
padding: 5px;
border: 1px solid @theme-label-border-color;
margin-right: 5px;
&:last-child {
margin-right: 0;
}
p {
margin: 0;
}
a {
color: white;
}
a:hover {
text-decoration: none;
}
}
.link-disguise {
color: inherit;
&:hover {
color: inherit
}
}
.clear-margin {
margin: 0;
}
.clear-margin-sm {
@media (max-width: @screen-desktop) {
margin-bottom: 0;
}
}
.fs-lg { // fs => font-size
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%;
}
.fs-2x {
font-size: 2em;
}
.fs-3x {
font-size: 3em;
}
.fs-4x {
font-size: 4em;
}
.btn-circle-sm {
@width: 28px;
width: @width;
height: @width;
line-height: @width;
border-radius: 50%;
text-align: center;
padding: 0;
outline: none ;
}