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 {
margin-top: 30px;
}
.badge sub, .badge sup {
line-height: inherit;
}
......@@ -51,17 +50,6 @@ body {
.light {
color: grey;
}
/**********
Categories select
**********/
.item-category{
overflow: inherit ;
text-overflow: inherit ;
white-space: normal !important;
}
/*.button {*/
/*height: 50px !important;*/
/*font-size: 18px !important;*/
......@@ -118,8 +106,6 @@ body {
.slider-slide {
color: #000;
background-color: #fff;
/*text-align: center;*/
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
}
......
......@@ -7,6 +7,7 @@
<link href="lib/ionic/css/ionic.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
<link href="css/ionic.app.css" rel="stylesheet">
......@@ -61,7 +62,5 @@
</head>
<body ng-app="cesium">
<ion-nav-view></ion-nav-view>
</body>
</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