mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
fix up landing page UI
This commit is contained in:
parent
d165bf6484
commit
664dae23fd
4 changed files with 121 additions and 89 deletions
|
@ -4,7 +4,9 @@
|
|||
.bottom-align-text {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0; } }
|
||||
right: 0; }
|
||||
.landing-block .media {
|
||||
max-width: 450px; } }
|
||||
|
||||
@media (max-width: 48em) {
|
||||
.home {
|
||||
|
@ -304,16 +306,26 @@ label {
|
|||
.bootstrap-datetimepicker-widget table td.active:hover {
|
||||
color: #fff !important; }
|
||||
|
||||
img.center {
|
||||
.landing-header {
|
||||
display: block;
|
||||
margin: 0 auto; }
|
||||
margin: 60px auto; }
|
||||
|
||||
div.landing-block {
|
||||
background: #424242 !important;
|
||||
padding-bottom: 30px;
|
||||
padding-top: 15px; }
|
||||
.landing-block {
|
||||
background: #2f2f2f !important;
|
||||
padding: 5px; }
|
||||
|
||||
span.landing-title {
|
||||
font-size: 32px;
|
||||
font-weight: 600; }
|
||||
.landing-block .media {
|
||||
margin: 30px auto;
|
||||
max-width: 450px; }
|
||||
|
||||
.landing-block .media .media-left {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
width: 70px; }
|
||||
|
||||
.landing-block .media .media-left i.fa {
|
||||
font-size: 3em; }
|
||||
|
||||
.landing-title {
|
||||
font-weight: bold; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue