diff --git a/src/style/reset.css b/src/style/reset.css index 84df17e..77a2045 100644 --- a/src/style/reset.css +++ b/src/style/reset.css @@ -216,22 +216,6 @@ table { text-overflow: ellipsis; } -.text-blue{ -/*//@include fontStyle(24px);*/ -/*//background-image: $fontBlue;*/ - font-size: 24px; - font-weight:bold; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,202,254, 1)), to(rgba(39,114,244, 1))); -} -.text-orange{ - font-size: 24px; - font-weight:bold; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255,186,0, 1)), to(rgba(255,129,0, 1))); -}