Last active
August 29, 2015 14:09
-
-
Save misuba/dfa03a74108d66b5994f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is just for PC-ish media queries. PRs welcome