Revert "less/roojs-bootstrap/alert.less"
[roojs1] / less / roojs-bootstrap / alert.scss
diff --git a/less/roojs-bootstrap/alert.scss b/less/roojs-bootstrap/alert.scss
new file mode 100644 (file)
index 0000000..d849d0f
--- /dev/null
@@ -0,0 +1,23 @@
+
+.alert {
+    padding-left: 30px;
+    margin-top: 20px;
+    margin-left: 15px;
+    position: relative;
+}
+
+.alert > .fa,
+.alert > .glyphicon {
+    position: absolute;
+    left: -15px;
+    top: -15px;
+    width: 35px;
+    height: 35px;
+    -webkit-border-radius: 50%;
+    -moz-border-radius: 50%;
+    border-radius: 50%;
+    line-height: 35px;
+    text-align: center;
+    background: inherit;
+    border: inherit;
+}
\ No newline at end of file