added blockquote css
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../caotek_portal"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../ctp_blogr"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
7
cao_sunyata/static/css/styles.min.css
vendored
7
cao_sunyata/static/css/styles.min.css
vendored
@@ -694,8 +694,13 @@ progress {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.blockquote {
|
.blockquote {
|
||||||
|
border-left: 3px solid #df4937;
|
||||||
|
background: #feecba;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: italic;
|
||||||
|
margin-left: 1em;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
font-size: 1.09375rem;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
.blockquote > :last-child {
|
.blockquote > :last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|||||||
@@ -168,10 +168,6 @@ textarea {
|
|||||||
stroke-width: 1.25;
|
stroke-width: 1.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
|
||||||
border-left: 5px solid #df4937;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* https://web-eau.net/blog/10-exemples-de-footer-pour-vous-inspirer */
|
/* https://web-eau.net/blog/10-exemples-de-footer-pour-vous-inspirer */
|
||||||
|
|
||||||
.footer-dark {
|
.footer-dark {
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
<div class="col-lg-4">
|
<div class="col-lg-4">
|
||||||
<div class="card overflow-hidden hover-img">
|
<div class="card overflow-hidden hover-img">
|
||||||
<div class="position-relative">
|
<div class="position-relative">
|
||||||
<img src="{{request.static_url('cao_sunyata:static/img/home/espace-m-s.jpg')}}" class="card-img-top" alt="matdash-img">
|
<img src="{{request.static_url('cao_sunyata:static/img/home/home_activity3.jpg')}}" class="card-img-top" alt="matdash-img">
|
||||||
<span class="badge text-bg-light text-dark fs-2 lh-sm mb-9 me-9 py-1 px-2 fw-semibold position-absolute bottom-0 end-0">
|
<span class="badge text-bg-light text-dark fs-2 lh-sm mb-9 me-9 py-1 px-2 fw-semibold position-absolute bottom-0 end-0">
|
||||||
Evènement</span>
|
Evènement</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user