This repository was archived by the owner on Nov 30, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1
1
@import " active_admin/mixins"
2
2
3
+ @import " active_admin_globalize_flags"
4
+
3
5
.active_admin
4
6
.activeadmin-translations
5
7
margin-bottom : 20px
Original file line number Diff line number Diff line change
1
+ // This file (and the sprite image) is kindly generated by http://flag-sprites.com/
2
+ // and converted to SASS using this converter http://css2sass.heroku.com/
3
+
4
+ // Override flag positions in your stylesheet if you want to change default flags
5
+ .flag
6
+ width : 16px
7
+ height : 11px
8
+ background : url (active_admin_image_path( ' flags.png' )) no-repeat
9
+ & .flag-ar // originally flag-ae
10
+ background-position : -16px 0
11
+ & .flag-br
12
+ background-position : -32px 0
13
+ & .flag-de
14
+ background-position : -48px 0
15
+ & .flag-es
16
+ background-position : 0 -11px
17
+ & .flag-fr
18
+ background-position : -16px -11px
19
+ & .flag-gb
20
+ background-position : -32px -11px
21
+ & .flag-hu
22
+ background-position : -48px -11px
23
+ & .flag-it
24
+ background-position : 0 -22px
25
+ & .flag-pt
26
+ background-position : -16px -22px
27
+ & .flag-tr
28
+ background-position : -32px -22px
29
+ & .flag-en // originally flag-us
30
+ background-position : -48px -22px
You can’t perform that action at this time.
0 commit comments