change fonts in submenu

remotes/origin/mitri4
Dmitriy Shesterkin 9 years ago
parent 866cf6cfbc
commit c35a80c3c0
  1. 2
      .gitignore
  2. 2
      batiskaf/templates/jinja2/base.jinja
  3. 5
      static/less/_.css
  4. 6
      static/less/_.less
  5. 2
      static/less/_.min.css

2
.gitignore vendored

@ -18,4 +18,4 @@ static/adminfiles/*
static/cache/* static/cache/*
.vscode/ .vscode/
/node_modules/ /node_modules/
/tmp/

@ -14,7 +14,7 @@
<meta name="author" content="Sitio.kz"> <meta name="author" content="Sitio.kz">
<meta name='wmail-verification' content='9f76895b5c61bf07549fac4c6cfaed30'/> <meta name='wmail-verification' content='9f76895b5c61bf07549fac4c6cfaed30'/>
<meta name="google-site-verification" content="5r-tJIBvrAgxrChs6U83OM9wSoUjp_lgTsZm4RiLeqE"/> <meta name="google-site-verification" content="5r-tJIBvrAgxrChs6U83OM9wSoUjp_lgTsZm4RiLeqE"/>
<link href='/static/favicon.ico?v=2' type='image/x-icon' rel='shortcut icon'/> <link href='/static/favicon.ico?v=3' type='image/x-icon' rel='shortcut icon'/>
<link href="/static/bower_components/Bootflat/css/bootstrap.min.css" rel="stylesheet"> <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/bower_components/Bootflat/bootflat/css/bootflat.min.css" rel="stylesheet">
<link href="/static/less/_.min.css?v=1" rel="stylesheet"> <link href="/static/less/_.min.css?v=1" rel="stylesheet">

@ -490,7 +490,7 @@ body,
.navbar .navbar-nav .open .dropdown-menu a { .navbar .navbar-nav .open .dropdown-menu a {
color: #fff; color: #fff;
border: none; border: none;
font-weight: normal; font-weight: bold;
font-size: 11px; font-size: 11px;
} }
.navbar .navbar-nav .open .dropdown-menu a.title { .navbar .navbar-nav .open .dropdown-menu a.title {
@ -975,3 +975,6 @@ ul.messages {
margin-left: 0 !important; margin-left: 0 !important;
position: relative !important; position: relative !important;
} }
.yamm .yamm-content {
text-transform: uppercase;
}

@ -241,7 +241,7 @@ body,
a { a {
color: @white; color: @white;
border: none; border: none;
font-weight: normal; font-weight: bold;
font-size: 11px; font-size: 11px;
&.title { &.title {
color: @brand-yellow !important; //lighten(@blue, 30%) !important; color: @brand-yellow !important; //lighten(@blue, 30%) !important;
@ -869,3 +869,7 @@ ul.messages {
} }
} }
} }
.yamm .yamm-content {
text-transform: uppercase;
}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save