|
|
@ -1,11 +1,12 @@
|
|
|
|
.actionBar {
|
|
|
|
.actionBar {
|
|
|
|
position: fixed;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-direction: row;
|
|
|
|
height: 60px;
|
|
|
|
height: 60px;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: -15px;
|
|
|
|
margin-top: -15px;
|
|
|
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
background: rgb(66, 66, 66);
|
|
|
|
background: rgb(66, 66, 66);
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
padding: 0 15px;
|
|
|
|
padding: 0 15px;
|
|
|
@ -25,9 +26,3 @@
|
|
|
|
.actionBar button:global(.mdc-button--outlined):not(:disabled) {
|
|
|
|
.actionBar button:global(.mdc-button--outlined):not(:disabled) {
|
|
|
|
border-color: rgba(255,255,255,.44);
|
|
|
|
border-color: rgba(255,255,255,.44);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.spacer {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
height: 60px;
|
|
|
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|