This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying that +timodwhit is my openname (Bitcoin username). https://onename.io/timodwhit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The following SSH command responded with a non-zero exit status. | |
| Vagrant assumes that this means the command failed! | |
| hostname -f | |
| Stdout from the command: | |
| Stderr from the command: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @mixin border-arrow($side, $height, $color) { | |
| position: relative; | |
| &:before { | |
| content: ""; | |
| position: absolute; | |
| display: block; | |
| height: $height; | |
| width: $height; | |
| border-style: solid; | |
| border-color: transparent; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .form-type-select { | |
| float: left; | |
| width: 100%; | |
| clear: both; | |
| position: relative; | |
| @include respond-to('large') { | |
| width: 80% | |
| } | |
| select { | |
| width: 100%; |
NewerOlder