Convert pixels to rem

This commit is contained in:
Luis Cielak 2018-07-20 10:22:17 -04:00
parent 4d14ef73a3
commit 141b933cf9
2 changed files with 10 additions and 6 deletions

View File

@ -58,11 +58,11 @@
text-shadow: none; text-shadow: none;
background-color: $color-gray-light; background-color: $color-gray-light;
position: absolute; position: absolute;
top: 11px; top: 1.1rem;
width: 100%; width: 100%;
right: 50%; right: 50%;
border-right: 22px solid transparent; border-right: 2.2rem solid transparent;
border-left: 22px solid transparent; border-left: 2.2rem solid transparent;
background-clip: padding-box; background-clip: padding-box;
z-index: 1; z-index: 1;
} }
@ -71,13 +71,13 @@
content: ""; content: "";
display: block; display: block;
text-align: center; text-align: center;
width: 20px; width: 2rem;
height: 20px; height: 2rem;
border: 1px solid $color-gray; border: 1px solid $color-gray;
border-radius: 100%; border-radius: 100%;
position: absolute; position: absolute;
left: 50%; left: 50%;
margin-left: -10px; margin-left: -1rem;
z-index: 1; z-index: 1;
} }

View File

@ -1,5 +1,9 @@
{% extends "base.html.to" %} {% extends "base.html.to" %}
{% block sidenav %}
{% include 'requests/sidebar.html.to' %}
{% end %}
{% block content %} {% block content %}