remotes/origin/artem
Gena 11 years ago
parent 92b80af2c0
commit cdabc9298b
  1. 2
      batiskaf/templates/jinja2/base.jinja
  2. 7
      static/less/_.css
  3. 8
      static/less/_.less

@ -13,7 +13,7 @@
<link href="/static/bower_components/Bootflat/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/bower_components/Bootflat/bootflat/css/bootflat.min.css" rel="stylesheet">
<link href="/static/less/_.css?v=11" rel="stylesheet">
<link href="/static/less/_.css?v=12" rel="stylesheet">
<link href="/static/css/select2.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/static/bower_components/sweetalert/lib/sweet-alert.css">
<link rel="stylesheet" href="/static/js/mp/dist/magnific-popup.css">

@ -489,13 +489,18 @@ body,
font-size: 11px;
}
.navbar .navbar-nav .open .dropdown-menu a.title {
color: #73beff !important;
color: #fed000 !important;
font-weight: bold;
font-size: 12px;
}
.navbar .navbar-nav .open .dropdown-menu a:hover {
text-decoration: underline;
color: #fed000;
}
a#order-call-link {
color: #FC6E51;
font-size: 16px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}

@ -235,8 +235,9 @@ span.yellow {
font-weight: normal;
font-size: 11px;
&.title {
color: lighten(@blue, 30%) !important;
color: @brand-yellow !important;//lighten(@blue, 30%) !important;
font-weight: bold;
font-size: 12px;
}
&:hover {
@ -251,7 +252,10 @@ span.yellow {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
a#order-call-link{
color: #FC6E51;
font-size: 16px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}

Loading…
Cancel
Save