PluginView and PluginCard styling
This commit is contained in:
parent
cb091b594d
commit
0fbe5f8ce7
|
@ -3,8 +3,7 @@
|
||||||
.bd-pluginsView {
|
.bd-pluginsView {
|
||||||
.bd-button {
|
.bd-button {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background: transparent;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
@ -20,15 +19,8 @@
|
||||||
&:hover,
|
&:hover,
|
||||||
&.bd-active {
|
&.bd-active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: rgb(62, 130, 229);
|
background: transparent;
|
||||||
}
|
border-bottom: 2px solid #3e82e5;
|
||||||
|
|
||||||
&:first-of-type {
|
|
||||||
border-radius: 8px 0 0 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-of-type {
|
|
||||||
border-radius: 0 8px 8px 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
background: rgba(32, 34, 37, 0.6);
|
background: #2f3136;
|
||||||
border: 1px solid #202225;
|
border: 1px solid #202225;
|
||||||
padding: 5px 10px;
|
padding: 10px 5px;
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
color: #b9bbbe;
|
color: #b9bbbe;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
@ -15,7 +15,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
box-shadow: 0 1px 0px darken(#2f3136, 8%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bd-plugin-body {
|
.bd-plugin-body {
|
||||||
|
@ -31,7 +30,7 @@
|
||||||
color: #8a8c90;
|
color: #8a8c90;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
background: rgba(32, 34, 37, 0.6);
|
background: rgba(0,0,0,.05);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
Loading…
Reference in New Issue