Sha256: 9f4c09b87e6b2467d42f2512c7898391a3b5a54e59ac1b33c30625b154a2d2c3
Contents?: true
Size: 723 Bytes
Versions: 4
Compression:
Stored size: 723 Bytes
Contents
.locale_tabs { @include colored_tabs(#999); } .locale_tabs { @each $locale in ru, uk, en, it, de, fr, es, pl { li { a.ico_#{$locale} { opacity: 0.5; padding-left: 12px; } &.active a.ico_#{$locale} { opacity: 1; } } .t_locale_#{$locale} { background: image-url("admin/flags/#{$locale}.png") 10px center no-repeat; } ##{$locale} { .t_locale_#{$locale} { display: none; } } } } .t_locales { position: absolute; top: 0; left: -5px; height: 60px; width: 40px; margin-left: 5px; } .t_locale { cursor: pointer; width: 30px; height: 19px; padding: 5px; opacity: 0.6; &:hover { opacity: 1; } }
Version data entries
4 entries across 4 versions & 1 rubygems