Created
July 3, 2020 16:10
-
-
Save simonho288/ffa2a965a3d6523ffba62902d7d4d3aa to your computer and use it in GitHub Desktop.
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
| body { | |
| padding: 1em; | |
| } | |
| .spaced > .button { | |
| margin-bottom: 1em; | |
| } | |
| .color.grid { | |
| margin: -1.5em; | |
| width: 400px; | |
| } | |
| .ui.table { | |
| table-layout: fixed; | |
| } | |
| .color.grid .column { | |
| margin: 0.5em; | |
| width: 50px; | |
| height: 50px; | |
| } | |
| .ui.menu { | |
| margin: 3em 0em; | |
| } | |
| .ui.menu:last-child { | |
| margin-bottom: 110px; | |
| } | |
| .ui.table { | |
| table-layout: fixed; | |
| } | |
| .ui.input + .ui.input { | |
| margin-left: 1em; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment