mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-28 02:09:52 +01:00
home.less
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{motd}
|
||||
</div>
|
||||
|
||||
<div class="row categories">
|
||||
<div class="row home">
|
||||
<!-- BEGIN categories -->
|
||||
<div class="col-md-3 col-xs-6">
|
||||
<a href="category/{categories.slug}">
|
||||
|
||||
@@ -1 +1,12 @@
|
||||
@import "../vanilla/home";
|
||||
@import "../vanilla/home";
|
||||
|
||||
|
||||
.home {
|
||||
h4 {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.icon {
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
@import "../vanilla/noscript";
|
||||
@import "../vanilla/mixins";
|
||||
@import "../vanilla/noscript";
|
||||
@@ -1,2 +1 @@
|
||||
@import "../vanilla/style";
|
||||
@import "../vanilla/mixins";
|
||||
@import "../vanilla/style";
|
||||
@@ -1,33 +1,45 @@
|
||||
.categories {
|
||||
.home {
|
||||
padding-top: 10px;
|
||||
|
||||
h4 {
|
||||
font-weight: 700;
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
/*color: #555;*/ // NOTE: color for cat/topic header links should be grey in the default theme when we get around to it.
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 100%;
|
||||
height: 110px;
|
||||
text-align: center;
|
||||
border-radius: 0px;
|
||||
margin: 0;
|
||||
padding-top:25px;
|
||||
.pointer;
|
||||
margin-bottom: 20px;
|
||||
border-radius: 5px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// TODO EVERYTHING BELOW: Please Remove! -- colors & animations should not go here
|
||||
.category-purple {
|
||||
@color: #ab1290;
|
||||
background: @color;
|
||||
|
||||
Reference in New Issue
Block a user