PluginView and PluginCard styling

This commit is contained in:
Jiiks 2018-01-21 12:15:19 +02:00
parent cb091b594d
commit 0fbe5f8ce7
2 changed files with 6 additions and 15 deletions

View File

@ -3,8 +3,7 @@
.bd-pluginsView {
.bd-button {
text-align: center;
background: transparent;
h3 {
-webkit-user-select: none;
user-select: none;
@ -20,15 +19,8 @@
&:hover,
&.bd-active {
color: #fff;
background: rgb(62, 130, 229);
}
&:first-of-type {
border-radius: 8px 0 0 8px;
}
&:last-of-type {
border-radius: 0 8px 8px 0;
background: transparent;
border-bottom: 2px solid #3e82e5;
}
}
}

View File

@ -2,9 +2,9 @@
display: flex;
flex-direction: column;
flex-grow: 1;
background: rgba(32, 34, 37, 0.6);
background: #2f3136;
border: 1px solid #202225;
padding: 5px 10px;
padding: 10px 5px;
min-height: 150px;
color: #b9bbbe;
border-radius: 8px;
@ -15,7 +15,6 @@
display: flex;
flex-grow: 0;
font-weight: 700;
box-shadow: 0 1px 0px darken(#2f3136, 8%);
}
.bd-plugin-body {
@ -31,7 +30,7 @@
color: #8a8c90;
font-size: 12px;
font-weight: 600;
background: rgba(32, 34, 37, 0.6);
background: rgba(0,0,0,.05);
padding: 5px;
border-radius: 8px;
margin-top: 5px;