forked from 0x2620/oxjs
add countries example
This commit is contained in:
parent
3a3354818a
commit
730f18cb72
3 changed files with 456 additions and 0 deletions
24
examples/countries/css/example.css
Normal file
24
examples/countries/css/example.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.bar > .OxElement {
|
||||
float: left;
|
||||
margin: 4px 2px;
|
||||
}
|
||||
.bar > .OxElement.right {
|
||||
float: right;
|
||||
}
|
||||
.bar > .OxElement:first-child {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.bar > .OxElement:last-child {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.flag {
|
||||
border-radius: 32px;
|
||||
}
|
||||
.item {
|
||||
padding: 16px;
|
||||
}
|
||||
.status {
|
||||
margin-top: 3px;
|
||||
font-size: 9px;
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue