ref: master
plugins/open_graph/public/stylesheets/style.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
#track-form { .panel-heading { a, a:visited { color: #fff; display: block; text-decoration: none; } a:hover { text-decoration: underline; } a.btn { display: inline-block; text-decoration: none; } } // always use one line to fit placeholder .tokenfield { .twitter-typeahead { width: 100%; display: block; .tt-input { width: 100% !important; } } } #track-config { .panel-heading { padding-left: 36px; } span.config-check { font-weight: bold; margin-left: -26px; margin-right: 4px; } span.config-check.fa-toggle-off { color: #99f; } .activity-config, .sse-config, .community-config { float:right; } .activity-label, .sse-label, .community-label { margin-right: 90px; } } } // shown inside a popin .open-graph-enterprises-modal { overflow: hidden; h1 { font-size: 22px; } #open-graph-favorite-enterprises-how-to { clear:both; padding-top: 1px; } p { text-align:justify; } } |