diff options
Diffstat (limited to 'Neutron-trunk/resources/css/polymer/responsive.css')
-rw-r--r-- | Neutron-trunk/resources/css/polymer/responsive.css | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/Neutron-trunk/resources/css/polymer/responsive.css b/Neutron-trunk/resources/css/polymer/responsive.css deleted file mode 100644 index 2c4535b..0000000 --- a/Neutron-trunk/resources/css/polymer/responsive.css +++ /dev/null @@ -1,123 +0,0 @@ -@media (min-width: 500px) { - .rsp-mobileonly { - display: none; - } -} - -@media (max-width: 500px) { - .rsp-desktoponly { - display: none; - } -} - -.mdc-drawer .mdc-list-item--activated, .mdc-drawer .mdc-list-item--activated * { - color: var(--mdc-theme-primary) !important; -} - -#menuitems .mdc-button .menubutton { - max-width: 124px; -} - -@media (max-width: 1070px) { - #menuitems .mdc-button:nth-child(8) { - display: none; - } -} - -@media (max-width: 986px) { - #menuitems .mdc-button:nth-child(7) { - display: none; - } -} - -@media (max-width: 915px) { - #menuitems .mdc-button:nth-child(6) { - display: none; - } -} - -@media (max-width: 874px) { - #menuitems .mdc-button:nth-child(5) { - display: none; - } -} - -@media (max-width: 832px) { - #menuitems .mdc-button:nth-child(4) { - display: none; - } -} - -@media (max-width: 748px) { - #menuitems .mdc-button:nth-child(3) { - display: none; - } -} - -@media (max-width: 674px) { - #menuitems .mdc-button:nth-child(2) { - display: none; - } -} - -@media (max-width: 566px) { - #menuitems .mdc-button:nth-child(1) { - display: none; - } -} - -@media (max-width: 860px) { - .rsp-widgetbar { - display: initial; - } - - #page-elements #page-content-widgets-desktop { - display: none; - } - - #page-elements #page-content-widgets-mobile { - border-radius: 0 !important; - margin: 0 !important; - } - - #page-elements { - grid-template-columns: 1fr; - } - - #page-elements #page-content-inner { - margin: 0; - border-radius: 0 - } - - #page-content-colorbar { - border-radius: 0; - } - - #footer-container { - margin-top: -20px; - } - - #page-footer { - padding: 15px 25px; - } - - #page-banner { - height: 75px; - } - - #page-content-colorbar { - margin-top: 0; - } -} - -@media (min-width: 860px) { - .rsp-simplifiedonly { - display: none; - } -} - -@media (max-width: 400px) { - #page-footer-title-inner { - display: none; - } -}
\ No newline at end of file |