34 lines
No EOL
466 B
SCSS
Executable file
34 lines
No EOL
466 B
SCSS
Executable file
// Cards
|
|
.card {
|
|
border: none;
|
|
box-shadow: #000a 4px 4px;
|
|
}
|
|
|
|
.card-header {
|
|
border-bottom: none;
|
|
background-color: rgb(97, 0, 162);
|
|
padding: 1rem;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.title {
|
|
color: #00ffea !important;
|
|
text-decoration: none;
|
|
font-size: 1.5rem;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.timestamp {
|
|
color: #b5b5b5;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.card-body {
|
|
padding: 1rem;
|
|
background-color: rgb(46, 46, 46);
|
|
margin-top: -10px;
|
|
color: #bbb;
|
|
}
|
|
|
|
// .card-text {
|
|
// } |