This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: add back removed .centered class
version-14
prssanna
4 years ago
parent
b7604d0154
commit
14580a7675
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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%);
}
Write
Preview
Loading…
Cancel
Save