]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/scss/_icons.scss
Feature page complete page markup and added new icons
[people/shoehn/ipfire.org.git] / static / scss / _icons.scss
index c3eb103a0f69b9280f48e000f8c76040d0ee96dc..cc679dc243d85c3ac0a2790fd3140bd3e16fbedb 100644 (file)
 .i_sm {
        vertical-align: top;
        transform: translateY(-.10rem);
+}
+
+.i_features {
+       width: 40px;
+       height: 40px;
+       margin: auto;   
+}
+
+.outline_i {
+       border: solid 4px;
+       width: 80px;
+       height: 80px;
+       display: flex;
+       align-items: center;
+}
+
+.i_verified {
+       fill: $green-600;
+}
+
+.i_warning {
+       fill: $red_900;
+}
+
+.i_wifi {
+       fill: $blue-700;
+}
+
+.i_server {
+       fill: $amber-800;
 }
\ No newline at end of file