Shadow buttons fix

remotes/origin/hasaccess
nikita 8 years ago
parent c95566c634
commit e8d7338dc3
  1. 2
      project/templates/lilcity/index.html
  2. 4
      web/src/sass/_common.sass

@ -30,7 +30,7 @@
{% comment %} <meta property="fb:admins" content="Facebook numeric ID"> {% endcomment %}
<meta name="csrf-token" content="{{ csrf_token }}">
<link rel="stylesheet" media="all" href={% static "app.css" %}>
<link rel="stylesheet" media="all" href={% static "app.css" %}?1>
<link rel="shortcut icon" type="image/png" href="{% static 'img/favicon.png' %}"/>
<script>
var viewportmeta = document.querySelector('meta[name="viewport"]');

@ -135,8 +135,6 @@ button
+m
padding: 13px 20px 12px
letter-spacing: 1px
&:hover
box-shadow: 0 5px 20px 0 rgba(0,0,0,0.11)
&:disabled
&:hover
box-shadow: none
@ -672,6 +670,8 @@ a.btn
letter-spacing: 3px
&__btn
margin: 0 10px
&:hover
box-shadow: 0 5px 20px 0 rgba(0,0,0,0.11)
+m
margin: 0 0 10px
&__foot

Loading…
Cancel
Save