diff options
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 1cebade..9ab878c 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -14,7 +14,9 @@ body{ overflow-x:hidden; } - +.loading .wow { + display:none!important; +} ::-moz-selection { color: white; background: black; @@ -263,7 +265,7 @@ h5 { .projectList.about .item:nth-child(2) span:nth-child(2) { - padding: 70px 0 70px 70px; + padding: 70px 0 70px 100px; } .projectList.about .item:nth-child(2) { padding: 5% 0; @@ -865,6 +867,11 @@ iframe.embed { font-size: 13px; } +.menu span.icon-ios7-sunny-outline:hover:after { + width: 130px; +} + + .menu span.inuse:hover:after{ content:""; opacity:0; @@ -1975,7 +1982,7 @@ a[data-role="forgot-password"] { } .aboutRoom { - width: 250px; + width: 190px; background: rgba(255,255,255,0.95); padding: 2px 8px 8px 8px; position: fixed; |
