1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

51 lines
842 B

.toolbar {
display: flex;
align-content: center;
align-items: center;
padding: 16px;
position: relative;
flex: 0 0 auto;
}
.toolbar__heading {
font-size: $font-size-lg;
padding-right: 20px;
}
.toolbar__left {
display: flex;
flex-grow: 1;
align-items: center;
}
.toolbar__main {
padding: 0 $space-sm;
font-size: $font-size-md;
line-height: $input-line-height;
color: $input-color;
background-color: $input-bg;
height: $input-height;
border: $input-border;
border-radius: $input-border-radius;
display: flex;
align-items: center;
cursor: pointer;
.fa {
margin-left: 20px;
display: inline-block;
position: relative;
}
}
.toolbar__main-image {
margin-right: 10px;
display: inline-block;
width: 20px;
height: 20px;
}
.toolbar__close {
flex-grow: 1;
text-align: left;
}