mirror of
https://github.com/codeninjasuk/showcase.git
synced 2024-12-01 11:47:08 -05:00
49 lines
No EOL
878 B
CSS
49 lines
No EOL
878 B
CSS
/*
|
|
Don't want to use sass and simply modify the stylesheet in the old css fashion?
|
|
Just customize your theme here.
|
|
================================================== */
|
|
|
|
.author-thumb{
|
|
border: none;
|
|
}
|
|
|
|
.makecode-btn{
|
|
background: #028b9b;
|
|
transition: 0.2s ease;
|
|
padding: 15px 20px;
|
|
font-family:Arial, Helvetica, sans-serif !important;
|
|
color: white;
|
|
border: none;
|
|
outline: none;
|
|
font-weight: 600;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.makecode-btn > i{
|
|
font-size: 80px;
|
|
width: 100%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
.makecode-btn:hover{
|
|
background: #5cafb8;
|
|
/* color: #01606b; */
|
|
}
|
|
|
|
.makecode-preview{
|
|
filter: blur(3px) opacity(0.3);
|
|
|
|
}
|
|
|
|
.post-tag-box{
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.post-tag {
|
|
background: rgb(231, 231, 231);
|
|
margin-right: 5px;
|
|
padding: 5px 10px;
|
|
border-radius: 5px;
|
|
font-variant-caps: all-small-caps;
|
|
} |