Docker deployment Realised
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.card {
|
||||
&.card-horizontal {
|
||||
box-shadow: none;
|
||||
|
||||
.card-image {
|
||||
border-radius: $card-border-radius;
|
||||
|
||||
.img {
|
||||
width: 100%;
|
||||
border-radius: $card-border-radius;
|
||||
}
|
||||
}
|
||||
|
||||
.card-body {
|
||||
.card-title {
|
||||
font-size: $h4-font-size;
|
||||
|
||||
a {
|
||||
color: $dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user