bootstrap5-p1
Version:
A custom GrapesJS plugin for Bootstrap 5.1.3.
25 lines (21 loc) • 406 B
CSS
.gjs-title {
background-color: rgba(56, 113, 224, 0.1) ;
color: rgba(51, 51, 51, 1);
}
.gjs-block:hover {
background-color: rgba(56, 113, 224, 0.1) ;
}
.gjs-block .custom-blocks {
fill: none;
width: 100%;
stroke: #5c5c5c;
}
.gjs-block:hover .custom-blocks {
fill: none;
stroke: #3871e0;
}
.gjs-block-label {
color: #5c5c5c;
font-size: 14px;
font-weight: 600;
}