mirror of
https://github.com/pretix/pretix.git
synced 2026-05-13 16:33:59 +00:00
Changed the opacity of dashboard icons to keep numbers readable on small
screens
This commit is contained in:
@@ -72,6 +72,9 @@ nav.navbar {
|
||||
-ms-transform: rotateX(180deg); /* IE 9 */
|
||||
-webkit-transform: rotateX(180deg); /* Safari and Chrome */
|
||||
}
|
||||
.dashboard-panels .panel-heading .fa {
|
||||
opacity: 0.5;
|
||||
}
|
||||
@media (max-width: @screen-sm-max) {
|
||||
.navbar-nav {
|
||||
margin-left: 0;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{% block title %}{{ request.event.name }}{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{{ request.event.name }}</h1>
|
||||
<div class="row">
|
||||
<div class="row dashboard-panels">
|
||||
<div class="col-lg-3 col-md-6">
|
||||
<div class="panel panel-green">
|
||||
<div class="panel-heading">
|
||||
|
||||
Reference in New Issue
Block a user