mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
did some much needed spring cleaning of the admin less files
This commit is contained in:
20
public/less/admin/extend/plugins.less
Normal file
20
public/less/admin/extend/plugins.less
Normal file
@@ -0,0 +1,20 @@
|
||||
.plugins {
|
||||
padding-left: 0px;
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
background: rgba(64, 64, 64, 0.05);
|
||||
padding: 1em;
|
||||
margin-bottom: 5px;
|
||||
border-left: 5px solid #08c;
|
||||
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user