mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-10 19:45:34 +00:00
Cards
This commit is contained in:
13
static/css/materialize.css
vendored
13
static/css/materialize.css
vendored
@@ -4807,7 +4807,7 @@ span.badge {
|
||||
margin-right: -0.75rem; }
|
||||
|
||||
.section {
|
||||
padding-top: 1rem;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 1rem; }
|
||||
.section.no-pad {
|
||||
padding: 0; }
|
||||
@@ -5404,7 +5404,9 @@ small {
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
height: 18%;
|
||||
}
|
||||
.card .card-image .card-title {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@@ -5420,10 +5422,13 @@ small {
|
||||
line-height: 48px; }
|
||||
.card .card-action {
|
||||
border-top: 1px solid rgba(160, 160, 160, 0.2);
|
||||
padding: 20px; }
|
||||
/* padding: 20px; */ }
|
||||
.card .card-action a {
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
color: #ffab40;
|
||||
margin-right: 20px;
|
||||
/* background-color: rgba(28, 110, 236, 0.51); */
|
||||
/* margin-right: 20px; */
|
||||
-webkit-transition: color .3s ease;
|
||||
-moz-transition: color .3s ease;
|
||||
-o-transition: color .3s ease;
|
||||
|
||||
@@ -33,6 +33,29 @@ main {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.highlighted{
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.invisible{
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.cardbg{
|
||||
background-repeat: no-repeat;
|
||||
background-size: 124%;
|
||||
background-position: 50% 50%;
|
||||
background-color: #171717;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.card .card-action a {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
play mdi-av-play-arrow
|
||||
@@ -57,3 +80,6 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
margin: 7px 20px;
|
||||
}
|
||||
|
||||
.section .search {
|
||||
padding-top: 2.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user