Skip to content

Instantly share code, notes, and snippets.

@misuba
Last active August 29, 2015 14:09
Show Gist options
  • Save misuba/dfa03a74108d66b5994f to your computer and use it in GitHub Desktop.
Save misuba/dfa03a74108d66b5994f to your computer and use it in GitHub Desktop.
h1, h2, h3, h4, h5, h6, p, ol, ul, dl, code, pre, .icon--mention, .icon--mention-direct, table, legend, .form__actions, .form__label, .flag-group, .avatar__actions, .postbar, .comment__actions, .comment__body, .wtf, .toolbar__group a, .authentication__login, .post, .notification, .login-btn, .logout-btn, .bio__counter, .editor {
font-size: 1rem;
}
html, em, i, .icon--mention, .icon--mention-direct, .system-post h4, strong, b {
font-family: 'serif';
}
.btn, .authentication__form input[type="submit"], .btn--inverted, .search__filters button, .btn--transparent, .btn--light, .modal__backdrop .dialog__close, .delete__dialog button, .block-user__dialog button, .btn--outlined, .btn--ico, .btn--tab, .friend-noise-group button, .preference input[type="radio"] + label {
font-size: 1rem;
}
strong, b {
font-weight: 600;
}
.drawer__tabs .btn--tab:nth-child(1), .drawer__tabs .btn--tab:nth-child(2) {
width: calc(50% - 50px);
padding-left: 0;
padding-right: 0;
text-align: center;
}
@misuba
Copy link
Author

misuba commented Nov 12, 2014

This is just for PC-ish media queries. PRs welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment