diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
| commit | 823344c19094680e80e2b56449a243e183db8b06 (patch) | |
| tree | 92277700547ea671331828caa258ace7aaaa46d5 /semantic/src/themes/default/views/ad.variables | |
| parent | repo: angular (diff) | |
| download | me-823344c19094680e80e2b56449a243e183db8b06.tar.xz me-823344c19094680e80e2b56449a243e183db8b06.zip | |
:star:
Diffstat (limited to 'semantic/src/themes/default/views/ad.variables')
| -rw-r--r-- | semantic/src/themes/default/views/ad.variables | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/semantic/src/themes/default/views/ad.variables b/semantic/src/themes/default/views/ad.variables new file mode 100644 index 0000000..673da41 --- /dev/null +++ b/semantic/src/themes/default/views/ad.variables @@ -0,0 +1,13 @@ +/******************************* + Advertisement +*******************************/ + +@margin: 1em 0; +@overflow: hidden; + +@testBackground: @lightBlack; +@testColor: @white; +@testFontWeight: @bold; +@testText: 'Ad'; +@testFontSize: @relativeMedium; +@testMobileFontSize: @relativeTiny; |