2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-separator.has-css-opacity{
|
|
|
|
opacity:.4;
|
2022-04-12 17:12:47 +02:00
|
|
|
}
|
|
|
|
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-separator{
|
|
|
|
border:none;
|
|
|
|
border-bottom:2px solid;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2022-04-12 17:12:47 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-separator.has-alpha-channel-opacity{
|
|
|
|
opacity:1;
|
2021-05-11 11:43:08 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
|
|
|
|
width:100px;
|
2021-05-11 11:43:08 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-separator.has-background:not(.is-style-dots){
|
|
|
|
border-bottom:none;
|
|
|
|
height:1px;
|
2021-11-08 15:29:21 +01:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){
|
|
|
|
height:2px;
|
2021-05-11 11:43:08 +02:00
|
|
|
}
|