Ver Fonte

Delete hyer.css

trendschau há 5 anos atrás
pai
commit
24462c14bf
1 ficheiros alterados com 0 adições e 64 exclusões
  1. 0 64
      plugins/hyer/public/hyer.css

+ 0 - 64
plugins/hyer/public/hyer.css

@@ -1,64 +0,0 @@
-/**********************
-**   ICONS     **
-**********************/
-.icon {
-  display: inline-block;
-  width: 1em;
-  height: 1em;
-  stroke-width: 0;
-  stroke: currentColor;
-  fill: currentColor;
-}
-.icon-users {
-  width: 1.125em;
-}
-.bg-customized{
-	background: #f9f8f6;
-}
-.bg-customized-2{
-	background: #ff4136;
-}
-.b--customized-2{
-	border-color: #ff4136;
-}
-.customized-2{
-	color: #ff4136;
-}
-.custombutton{
-	line-height: 1.55rem;
-}
-.link, .link:active, .link:focus, .link:hover, .link:link, .link:visited {
-    transition: color .15s ease-in;
-    color: #000;
-    text-decoration: none;
-}
-.link-white, .link-white.active, .link-white:focus, .link-white:hover, .link-white:link, .link-white:visited{
-	color: #fff;
-}
-select{
-	background-color: #f9f8f6;
-}
-select{
-	/* reset */
-	-webkit-appearance: none;
-	-moz-appearance: none;
-	
-	/* style */
-	background-image:
-    linear-gradient(45deg, transparent 50%, #444 50%),
-    linear-gradient(135deg, #444 50%, transparent 50%),
-    linear-gradient(to right, transparent, transparent);
-  background-position:
-		calc(100% - 20px) calc(1em + 6px),
-		calc(100% - 15px) calc(1em + 6px),
-		100% 0;
-	background-size: 
-		5px 5px,
-		5px 5px,
-		2.8em 2.8em;
-	background-repeat: no-repeat;
-	cursor: pointer;
-}
-.shadow-hover:hover{
-	box-shadow: 0px 0px 2px 0px rgba(158,158,158,1);
-}