2016-06-07 17:51:41 -04:00
|
|
|
#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
|
2016-07-08 18:00:19 -04:00
|
|
|
margin: 0
|
|
|
|
|
|
|
|
input
|
|
|
|
max-height: 5vh
|
2016-07-26 14:54:02 -04:00
|
|
|
|
|
|
|
.help-block
|
|
|
|
float: right
|
|
|
|
|
|
|
|
.fancy-error
|
|
|
|
padding-top: 29px
|
|
|
|
line-height: 14px
|
2016-07-08 18:00:19 -04:00
|
|
|
|
|
|
|
.form-container
|
|
|
|
> .form-group, > .row
|
|
|
|
max-height: 84px
|
2016-07-26 14:54:02 -04:00
|
|
|
max-height: calc(29px + 29px + 5vh)
|
2016-07-08 18:00:19 -04:00
|
|
|
flex-grow: 1
|
|
|
|
align-self: flex-start
|
2016-06-07 17:51:41 -04:00
|
|
|
|
|
|
|
.btn-illustrated img
|
|
|
|
// Undo previous opacity-toggling hover behavior
|
|
|
|
opacity: 1
|
2016-06-30 18:32:58 -04:00
|
|
|
|
|
|
|
label
|
|
|
|
margin-bottom: 0
|
|
|
|
|
|
|
|
.help-block
|
|
|
|
margin: 0
|
2016-07-13 19:50:03 -04:00
|
|
|
|
|
|
|
.optional-help-block
|
|
|
|
font-style: italic
|
2016-06-30 18:32:58 -04:00
|
|
|
|
|
|
|
.form-container
|
|
|
|
width: 800px
|