9 lines
168 B
CSS
9 lines
168 B
CSS
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400&subset=latin-ext');
|
|
|
|
.show{
|
|
display: block !important;
|
|
}
|
|
.uw_hide{
|
|
display: none !important;
|
|
}
|