18 lines
310 B
CSS
18 lines
310 B
CSS
.paragraph-type .paragraph-type-icon {
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
|
|
.paragraphs-dropdown-toggle:hover,
|
|
.paragraphs-dropdown-toggle:focus {
|
|
box-shadow: none;
|
|
border: 0;
|
|
background-color: #f7fcff;
|
|
}
|
|
|
|
.paragraphs-dropdown-toggle {
|
|
background-color: transparent;
|
|
height: 40px;
|
|
border-radius: 0;
|
|
}
|