Sha256: e45b453058157dc3d88d58937f4bb1bd4b8e634a0df68582162aa889ce463f1b
Contents?: true
Size: 825 Bytes
Versions: 22
Compression:
Stored size: 825 Bytes
Contents
// style for bPopup .modal{ @include pad(20px); top: 20px !important; background: rgba(255, 255, 255, 0.97); border-radius: 3px; border: solid 1px black; box-shadow: 0 0 10px 1px rgb(32, 32, 32); .header-text{ @include pad(0 20px 20px 0); font-size: 40px; } .question{ @include pad(0 0 10px 0); font-size: 25px; } .text{ @include pad(0 0 10px 0); font-size: 20px; } .other_html{ position: relative; } .bClose{ @include pad(1px 10px); background: white; z-index: 999; position: absolute; color: black; font-weight: bold; top: -21px; right: -25px; border-radius: 50%; border: solid 3px black; cursor: pointer; &:hover{ background: black; color: white; } } .footer{ height: auto; } }
Version data entries
22 entries across 22 versions & 1 rubygems