scratch-gui
Version:
GraphicaL User Interface for creating and running Scratch 3.0 projects
21 lines (18 loc) • 332 B
CSS
.outlined-button {
cursor: pointer;
border-radius: .25rem;
font-weight: bold;
display: flex;
flex-direction: row;
align-items: center;
padding-left: .75rem;
padding-right: .75rem;
user-select: none;
}
.icon {
margin-right: .5rem;
height: 1.5rem;
}
.content {
white-space: nowrap;
}