mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-04 04:41:42 -05:00
23 lines
369 B
Sass
23 lines
369 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
|
||
|
width: 255px
|
||
|
text-align: left
|
||
|
|
||
|
.btn-illustrated img
|
||
|
// Undo previous opacity-toggling hover behavior
|
||
|
opacity: 1
|