Skip to content
Snippets Groups Projects
Commit a1330d45 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

- extract CSS style need for market/registry into separated file

parent 7066fc82
No related branches found
No related tags found
No related merge requests found
/**********
Categories select
**********/
.item-category{
overflow: inherit ;
text-overflow: inherit ;
white-space: normal !important;
}
...@@ -18,7 +18,6 @@ body { ...@@ -18,7 +18,6 @@ body {
margin-top: 30px; margin-top: 30px;
} }
.badge sub, .badge sup { .badge sub, .badge sup {
line-height: inherit; line-height: inherit;
} }
...@@ -51,17 +50,6 @@ body { ...@@ -51,17 +50,6 @@ body {
.light { .light {
color: grey; color: grey;
} }
/**********
Categories select
**********/
.item-category{
overflow: inherit ;
text-overflow: inherit ;
white-space: normal !important;
}
/*.button {*/ /*.button {*/
/*height: 50px !important;*/ /*height: 50px !important;*/
/*font-size: 18px !important;*/ /*font-size: 18px !important;*/
...@@ -118,8 +106,6 @@ body { ...@@ -118,8 +106,6 @@ body {
.slider-slide { .slider-slide {
color: #000; color: #000;
background-color: #fff; background-color: #fff;
/*text-align: center;*/
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300; font-weight: 300;
} }
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<link href="lib/ionic/css/ionic.css" rel="stylesheet"> <link href="lib/ionic/css/ionic.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet">
<link href="css/market.css" rel="stylesheet">
<!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
<link href="css/ionic.app.css" rel="stylesheet"> <link href="css/ionic.app.css" rel="stylesheet">
...@@ -61,7 +62,5 @@ ...@@ -61,7 +62,5 @@
</head> </head>
<body ng-app="cesium"> <body ng-app="cesium">
<ion-nav-view></ion-nav-view> <ion-nav-view></ion-nav-view>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment