refactor(_Layout.cshtml.css): convert px to rem units
This commit is contained in:
parent
755fcfeef2
commit
fad0a6070c
@ -24,10 +24,10 @@ a {
|
||||
}
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid #e5e5e5;
|
||||
border-top: 0.063rem solid #e5e5e5;
|
||||
}
|
||||
.border-bottom {
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
border-bottom: 0.063rem solid #e5e5e5;
|
||||
}
|
||||
|
||||
.box-shadow {
|
||||
@ -44,5 +44,5 @@ button.accept-policy {
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
line-height: 60px;
|
||||
line-height: 3.75rem;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user