]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - panikweb_esperanzah/static/css/_type.scss
merge all scss into one
[panikweb-esperanzah.git] / panikweb_esperanzah / static / css / _type.scss
diff --git a/panikweb_esperanzah/static/css/_type.scss b/panikweb_esperanzah/static/css/_type.scss
deleted file mode 100644 (file)
index 1388023..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-$font-path: '../fonts/Cervo' !default;
-
-@mixin cervo-font($type, $weight, $style: normal) {
-    @font-face {
-        font-family: 'Cervo';
-        src: url('#{$font-path}/typoforge_studio_-_cervoneue-#{$type}neue-webfont.woff') format('woff2'),
-            url('#{$font-path}/typoforge_studio_-_cervoneue-#{$type}neue-webfont.woff') format('woff');
-        font-weight: $weight;
-        font-style: $style;
-    }
-}
-
-@include cervo-font('regular', 400);
-@include cervo-font('bold', 700);
-
-[class^="icon-"],
-[class*=" icon-"]{
-       /*font-size:1.3em;*/
-}
-.resymbol{
-       vertical-align: middle;
-       display: inline-block;
-       font-family: 'Symbols';
-}
-.resymbol.big, .icons.big{
-       font-size:2em;
-}
-.resymbol.huge, .icons.huge{
-       font-size:3em;
-}
-.info:before,.warning:before,.error:before{
-       font-family: FontAwesome;
-       display:inline-block;
-       margin-right:0.2em;
-}
-.info:before {
-       content: "\f05a";
-}
-.warning:before {
-       content: "\f071";
-}
-.error:before {
-       content: "\f056 ";
-}
-.checked:before {
-       content: "\f056 ";
-}
-                       
-.icon-communautaire:before {
-  content: "▲"; /* ▴ */
-}                      
-.icon-musique:before {
-  content: "△"; /* ▵ */
-}              
-.icon-creation:before {
-  content: "○"; /* ○ */
-}                      
-.icon-agenda-culturel:before {
-  content: "●"; /*  ● */
-}
-.icon-infodebats:before {
-  content: "■"; /*  ■ */
-  /*content: "□ ";   □ */
-}
-