Browse Source

fix: add back removed .centered class

version-14
prssanna 4 years ago
parent
commit
14580a7675
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      frappe/public/scss/common/global.scss

+ 8
- 0
frappe/public/scss/common/global.scss View File

@@ -129,3 +129,11 @@ html.firefox, html.safari {
}
}

.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}


Loading…
Cancel
Save