Convert pixels to rem
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user