diff options
author | 2013-03-31 13:11:58 +0200 | |
---|---|---|
committer | 2013-03-31 13:11:58 +0200 | |
commit | 53bc0477f9b0217c87676103361b1633e9b12f19 (patch) | |
tree | c6461ab1c292b39e49e1a5924b75761b588b25ba /module/web/static/css/default/accounts.less | |
parent | separate addon and plugin configs (diff) | |
download | pyload-53bc0477f9b0217c87676103361b1633e9b12f19.tar.xz |
added account page
Diffstat (limited to 'module/web/static/css/default/accounts.less')
-rw-r--r-- | module/web/static/css/default/accounts.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/module/web/static/css/default/accounts.less b/module/web/static/css/default/accounts.less new file mode 100644 index 000000000..5d31df2db --- /dev/null +++ b/module/web/static/css/default/accounts.less @@ -0,0 +1,6 @@ +@import "common.less"; + +.logo-select { + width: 20px; + height: 20px; +}
\ No newline at end of file |