mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-04 21:01:06 -05:00
1b8d3ed023
Improve spacing for type-select screen on chromebooks Improve spacing for basic-info screen on chromebooks Improve spacing for confirmation screen on chromebooks tweak spacing
40 lines
646 B
Sass
40 lines
646 B
Sass
#basic-info-view
|
|
.network-login
|
|
width: 175px
|
|
height: 40px
|
|
border: solid 0.5px darkgray
|
|
|
|
span
|
|
visibility: hidden
|
|
|
|
// Forms
|
|
|
|
.basic-info
|
|
display: flex
|
|
flex-direction: column
|
|
|
|
.form-group
|
|
text-align: left
|
|
margin: 0
|
|
|
|
input
|
|
max-height: 5vh
|
|
|
|
.form-container
|
|
> .form-group, > .row
|
|
max-height: 84px
|
|
flex-grow: 1
|
|
align-self: flex-start
|
|
|
|
.btn-illustrated img
|
|
// Undo previous opacity-toggling hover behavior
|
|
opacity: 1
|
|
|
|
label
|
|
margin-bottom: 0
|
|
|
|
.help-block
|
|
margin: 0
|
|
|
|
.form-container
|
|
width: 800px
|