initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
// ----------------------------------------------
|
||||
// Card Style
|
||||
// ----------------------------------------------
|
||||
|
||||
.card-title {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.card-subtitle {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.card {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.card-hover {
|
||||
transition: 0.2s ease-in;
|
||||
|
||||
&:hover {
|
||||
transform: translate3d(0px, -5px, 0px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user