public/styles/components/_atom-create.scss (23 lines of code) (raw):

.create { &__link { text-decoration: none; display: inline-block; width: calc(50% - 5px); margin-bottom: 10px; min-width: 300px; height: 100px; vertical-align: top; &:nth-of-type(odd) { margin-right: 10px; } &:hover { opacity: 0.7; } .is-embedded & { width: 100%; } } &__note { margin-bottom: 10px; } }