mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
I AM THE MASTER OF CSS. also v3 api works
This commit is contained in:
@@ -75,12 +75,12 @@ left: initial;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
nav .zbrand {
|
||||
display: inline-block;
|
||||
}
|
||||
.title-container{
|
||||
position: absolute;
|
||||
margin-top: 64px;
|
||||
width: 99%;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.navbar-fixed {
|
||||
height: 128px;
|
||||
}
|
||||
@@ -89,6 +89,16 @@ display: inline;
|
||||
.navbar-fixed {
|
||||
height: 64px;
|
||||
}
|
||||
nav .zbrand {
|
||||
display: inline-block;
|
||||
}
|
||||
.title-container{
|
||||
position: initial;
|
||||
margin-top: initial;
|
||||
width: 65%;
|
||||
width: calc(90% - 256px - 130px);
|
||||
left: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.fullwidth{
|
||||
@@ -226,8 +236,6 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
}
|
||||
|
||||
.title-container{
|
||||
width: 65%;
|
||||
width: calc(90% - 256px - 130px);
|
||||
padding-left: 30px;
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
@@ -333,11 +341,18 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
}
|
||||
.card-image{cursor:pointer}
|
||||
.card{margin:5px 0 5px 0 !important;}
|
||||
#result img{float:left;padding-right:20px !important;}
|
||||
#result{height:100px;margin-left:40px;}
|
||||
.result img{
|
||||
float:left;
|
||||
height: 70px;
|
||||
border-radius: 3px;
|
||||
margin: 15px 20px;
|
||||
}
|
||||
.result{height:100px;margin-left:40px;}
|
||||
#results{
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
margin-top: -27px;
|
||||
max-height: 600px;
|
||||
overflow: overlay;
|
||||
}
|
||||
.result:hover {
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
@@ -356,9 +371,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
}
|
||||
|
||||
.result {
|
||||
border-bottom: solid 1px #E5E5E5;
|
||||
text-align: left;
|
||||
height: 70px;
|
||||
border-bottom: solid 1px rgba(229, 229, 229, 0.5);
|
||||
cursor: pointer;
|
||||
width:93%;
|
||||
}
|
||||
@@ -529,6 +542,6 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
{
|
||||
height:100%;
|
||||
background-color:rgba(0,0,0,0.5);
|
||||
-webkit-transition: width 1s ease;
|
||||
transition: width 1s ease;
|
||||
/*-webkit-transition: width 1s ease;
|
||||
transition: width 1s ease;*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user