mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 22:29:13 +02:00
screwing around with animations in cerulean; started modernui look and feel
This commit is contained in:
3436
public/themes/cerulean/animations.less
Normal file
3436
public/themes/cerulean/animations.less
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
||||
@import "../vanilla/mixins";
|
||||
@import "animations";
|
||||
|
||||
@import "style";
|
||||
@import "topic";
|
||||
|
||||
@@ -7,6 +7,11 @@
|
||||
}
|
||||
|
||||
.icon {
|
||||
border-radius: 5px;
|
||||
> div > div {
|
||||
.animated-long;
|
||||
.pulse;
|
||||
}
|
||||
border-radius: 0;
|
||||
|
||||
}
|
||||
}
|
||||
@@ -6,12 +6,16 @@ body {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.jumbotron {
|
||||
background: #56BCDA;
|
||||
color: white;
|
||||
padding: 30px;
|
||||
.container {
|
||||
.jumbotron {
|
||||
background: #56BCDA;
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.alt-logins {
|
||||
li {
|
||||
i {
|
||||
@@ -38,4 +42,9 @@ body {
|
||||
|
||||
#search-form .btn-link {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.well {
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -13,6 +13,8 @@
|
||||
max-width: 163px;
|
||||
width: 163px;
|
||||
height: 163px;
|
||||
.animated-short;
|
||||
.fadeIn;
|
||||
|
||||
a {
|
||||
padding: 0;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
.home {
|
||||
padding-top: 10px;
|
||||
|
||||
h4 {
|
||||
font-weight: 700;
|
||||
@@ -17,7 +16,7 @@
|
||||
margin: 0;
|
||||
padding-top:25px;
|
||||
.pointer;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user