aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-04 04:42:22 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-04 04:42:22 -0500
commit80d6a4d9026bcd4c7d63c298df04ffafc5229bf1 (patch)
treea49d1e6e43656c494bfd7d5e01c28014790de5d4 /public
parent741b2f2ed9eaebb2f1f3ed4aeb09000457f4d367 (diff)
downloadthedroneely.com-80d6a4d9026bcd4c7d63c298df04ffafc5229bf1.tar.gz
thedroneely.com-80d6a4d9026bcd4c7d63c298df04ffafc5229bf1.tar.bz2
thedroneely.com-80d6a4d9026bcd4c7d63c298df04ffafc5229bf1.zip
public/css/tdro: Remove some unused CSS
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css159
1 files changed, 0 insertions, 159 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index d42352f..ec47524 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -11,22 +11,6 @@
user-select: none;
}
-.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
- border: 3px solid transparent;
- border-radius: 2px;
- border-right: 0;
- border-top: 0;
- content: " ";
- display: block;
- height: 0.625em;
- margin-top: -0.4375em;
- pointer-events: none;
- position: absolute;
- top: 50%;
- transform: rotate(-45deg);
- transform-origin: center;
- width: 0.625em;
-}
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
@@ -360,149 +344,6 @@ table th {
font-size: 0.75rem !important;
}
-@media screen and (max-width: 768px) {
- .is-size-1-mobile {
- font-size: 3rem !important;
- }
- .is-size-2-mobile {
- font-size: 2.5rem !important;
- }
- .is-size-3-mobile {
- font-size: 2rem !important;
- }
- .is-size-4-mobile {
- font-size: 1.5rem !important;
- }
- .is-size-5-mobile {
- font-size: 1.25rem !important;
- }
- .is-size-6-mobile {
- font-size: 1rem !important;
- }
- .is-size-7-mobile {
- font-size: 0.75rem !important;
- }
-}
-
-@media screen and (min-width: 769px), print {
- .is-size-1-tablet {
- font-size: 3rem !important;
- }
- .is-size-2-tablet {
- font-size: 2.5rem !important;
- }
- .is-size-3-tablet {
- font-size: 2rem !important;
- }
- .is-size-4-tablet {
- font-size: 1.5rem !important;
- }
- .is-size-5-tablet {
- font-size: 1.25rem !important;
- }
- .is-size-6-tablet {
- font-size: 1rem !important;
- }
- .is-size-7-tablet {
- font-size: 0.75rem !important;
- }
-}
-
-@media screen and (max-width: 1087px) {
- .is-size-1-touch {
- font-size: 3rem !important;
- }
- .is-size-2-touch {
- font-size: 2.5rem !important;
- }
- .is-size-3-touch {
- font-size: 2rem !important;
- }
- .is-size-4-touch {
- font-size: 1.5rem !important;
- }
- .is-size-5-touch {
- font-size: 1.25rem !important;
- }
- .is-size-6-touch {
- font-size: 1rem !important;
- }
- .is-size-7-touch {
- font-size: 0.75rem !important;
- }
-}
-
-@media screen and (min-width: 1088px) {
- .is-size-1-desktop {
- font-size: 3rem !important;
- }
- .is-size-2-desktop {
- font-size: 2.5rem !important;
- }
- .is-size-3-desktop {
- font-size: 2rem !important;
- }
- .is-size-4-desktop {
- font-size: 1.5rem !important;
- }
- .is-size-5-desktop {
- font-size: 1.25rem !important;
- }
- .is-size-6-desktop {
- font-size: 1rem !important;
- }
- .is-size-7-desktop {
- font-size: 0.75rem !important;
- }
-}
-
-@media screen and (min-width: 1280px) {
- .is-size-1-widescreen {
- font-size: 3rem !important;
- }
- .is-size-2-widescreen {
- font-size: 2.5rem !important;
- }
- .is-size-3-widescreen {
- font-size: 2rem !important;
- }
- .is-size-4-widescreen {
- font-size: 1.5rem !important;
- }
- .is-size-5-widescreen {
- font-size: 1.25rem !important;
- }
- .is-size-6-widescreen {
- font-size: 1rem !important;
- }
- .is-size-7-widescreen {
- font-size: 0.75rem !important;
- }
-}
-
-@media screen and (min-width: 1472px) {
- .is-size-1-fullhd {
- font-size: 3rem !important;
- }
- .is-size-2-fullhd {
- font-size: 2.5rem !important;
- }
- .is-size-3-fullhd {
- font-size: 2rem !important;
- }
- .is-size-4-fullhd {
- font-size: 1.5rem !important;
- }
- .is-size-5-fullhd {
- font-size: 1.25rem !important;
- }
- .is-size-6-fullhd {
- font-size: 1rem !important;
- }
- .is-size-7-fullhd {
- font-size: 0.75rem !important;
- }
-}
.has-text-centered {
text-align: center !important;