@charset "utf-8"; @import "../initial"; @import "variables"; html { font-size: 100%; } body { font-family: $sub-font; font-size: inherit; margin-top: 2.5em; background: #05101a; } a:link, a:visited { color: $theme-color-main; } a:hover, a:focus { color: lighten($theme-color-main, 10%); text-decoration: none; } img { max-width: 100%; height: auto; width:100%; } .admin-edit { clear: both; } // override bootsrap settings th, td { padding: 0.5em .5rem; } .borderless > tbody > tr > td, .borderless > tbody > tr > th, .borderless > tfoot > tr > td, .borderless > tfoot > tr > th, .borderless > thead > tr > td, .borderless > thead > tr > th { border: none !important; } a.btn-primary { color: $theme-white; border-color:#85b5e1; background-color:#85b5e1; font-size: 0.8125rem; &:hover { background-color: #1f4c66; border-color:#1f4c66; } } // Page heading .page-module-title { @extend .unity-title; margin-bottom: 1.125em; } .view-count { font-size: 0.75rem; } .view_count { > i { font-size: 0.75rem; &:before { margin-right: 0.5em; } } } // Take care of exceeding content body[data-module="page_content"], body[data-module="announcement"] { .layout-content { overflow-x: auto; } }