Explorar o código

adjust style for anchor in .alert

Yuki Takei %!s(int64=8) %!d(string=hai) anos
pai
achega
3f0c0dff35
Modificáronse 1 ficheiros con 41 adicións e 0 borrados
  1. 41 0
      resource/styles/scss/theme/_override-agileadmin.scss

+ 41 - 0
resource/styles/scss/theme/_override-agileadmin.scss

@@ -68,6 +68,44 @@ a {
   }
 }
 
+/*
+ * Alert
+ */
+.alert {
+  a {
+    color: white;
+  }
+
+  &.alert-info {
+    a {
+      &:hover, &:focus {
+        color: lighten($info, 40%);
+      }
+    }
+  }
+  &.alert-success {
+    a {
+      &:hover, &:focus {
+        color: lighten($success, 40%);
+      }
+    }
+  }
+  &.alert-warning {
+    a {
+      &:hover, &:focus {
+        color: lighten($warning, 30%);
+      }
+    }
+  }
+  &.alert-danger {
+    a {
+      &:hover, &:focus {
+        color: lighten($danger, 30%);
+      }
+    }
+  }
+}
+
 /*
  * Form
  */
@@ -140,6 +178,9 @@ button.btn.btn-link:hover {
     padding: 7px 15px;
   }
 }
+.panel.panel-primary .panel-heading{
+
+}
 
 
 /*