1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Fix upgrade modal styling

This commit is contained in:
Hillel Coren 2016-10-18 16:13:12 +03:00
parent 9fe183f125
commit 597f0f5548

View File

@ -9,6 +9,7 @@
text-align: center;
width: 100%;
height: 100%;
min-height: 1500px;
}
#upgrade-modal h1 {
@ -17,8 +18,8 @@
padding: 0 0 25px 0;
margin: 0!important;
color: #fff;
padding-top: 20px;
padding-bottom: 40px;
padding-top: 0px;
padding-bottom: 20px;
font-weight: 800;
}