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