summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/search/editor.css
blob: 26babe4f8771d375570054279d9385b81ef3a598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper{
  margin:auto;
}

.wp-block-search .wp-block-search__button{
  align-items:center;
  border-radius:initial;
  display:flex;
  height:auto;
  justify-content:center;
  text-align:center;
}
.wp-block-search__components-button-group{
  margin-top:10px;
}