Przeglądaj źródła

added alert infomation

Eddie Machado 12 lat temu
rodzic
commit
450fc51a6a
2 zmienionych plików z 19 dodań i 0 usunięć
  1. 10 0
      library/css/style.css
  2. 9 0
      library/scss/modules/_alerts.scss

+ 10 - 0
library/css/style.css

@@ -404,6 +404,16 @@ We can break them up as much as we want or just keep them all in one.
 I mean, you can do whatever you want. The world is your oyster. Unless
 you hate oysters, then the world is your peanut butter & jelly sandwich.
 *********************/
+/******************************************************************
+Site Name:
+Author:
+
+Stylesheet: Alert Styles
+
+If you want to use these alerts in your design, you can. If not,
+you can just remove this stylesheet.
+
+******************************************************************/
 .alert-help, .alert-info, .alert-error, .alert-success { margin: 10px; padding: 5px 18px; border: 1px solid; }
 
 .alert-help { border-color: #e8dc59; background: #ebe16f; }

+ 9 - 0
library/scss/modules/_alerts.scss

@@ -1,4 +1,13 @@
+/******************************************************************
+Site Name:
+Author:
 
+Stylesheet: Alert Styles
+
+If you want to use these alerts in your design, you can. If not,
+you can just remove this stylesheet.
+
+******************************************************************/