Sha256: 52b732163bab999bf68b304898624de2cb3724a96d17fd22dd51d6183d74ecdc
Contents?: true
Size: 1.61 KB
Versions: 4
Compression:
Stored size: 1.61 KB
Contents
body { padding: 0; background-color: $gray-lighter; } // this could be avoided using more recent version of bootstrap or with bourbon .clearfix { &::after { clear: both; content: ""; display: table; } } // useful to debug .bordered { border: 2px solid red; } .vertical-center { position: absolute; top: 50%; transform: translateY(-50%); } .absolute-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .box-shadowed { box-shadow: 0px 3px 6px 0px rgba( 200, 200, 200, 0.7 ); } .box-shadowed-up { box-shadow: 0px 3px 10px 2px rgba( 150, 150, 150, 0.7 ); } // TINYMCE FIXES // ------------- body#tinymce { padding: 12px; background-color: #FFF; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important; } .mce-tinymce, .mce-toolbar-grp { margin-bottom: $font-size-base * 0.5 !important; background-color: #FFF !important; border: none !important; } .mce-btn-group:not(:first-child) { border: none !important; } .mce-btn { border-radius: 2px !important; } .mce-edit-area { border: 1px solid #CCC !important; border-radius: 1px !important; } .mce-path { padding-top: 2px !important; padding-bottom: 2px !important; } .mce-statusbar { background-color: #FFF !important; border: 1px solid #CCC !important; border-top: none !important; } .mce-menubar { margin-top: $font-size-base !important; padding-top: 2px !important; padding-bottom: 2px !important; border-top: 1px solid rgba(0, 0, 0, 0.075) !important; .mce-btn { margin-right: 4px !important; background-color: rgba(0, 0, 0, 0.075) !important; } &:first-child { margin-top: 0 !important; } }
Version data entries
4 entries across 4 versions & 1 rubygems