This repository has been archived on 2026-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
plyr/demo/src/less/components/header.less
T
2017-11-20 21:23:49 +11:00

28 lines
579 B
Plaintext

// ==========================================================================
// Header
// ==========================================================================
header {
padding-bottom: @spacing-base;
text-align: center;
p {
margin-bottom: (@spacing-base * 1.5);
}
.action {
display: inline-flex;
.button .icon {
flex-shrink: 0;
}
}
@media @mq-md {
max-width: 400px;
margin-right: (@spacing-base * 2);
padding-bottom: (@spacing-base * 2);
text-align: left;
}
}