Tile styling and early behaviour
This commit is contained in:
parent
aaec9857fd
commit
9c752680ba
12 changed files with 310 additions and 30 deletions
|
@ -18,6 +18,8 @@ limitations under the License.
|
|||
position: relative;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
min-width: 32px; // for when the button is used in a flexbox
|
||||
min-height: 32px; // for when the button is used in a flexbox
|
||||
border-radius: 32px;
|
||||
background-color: $voice-playback-button-bg-color;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue