27 lines
357 B
CSS
Raw Normal View History

2016-08-08 18:51:53 -03:00
.active {
box-shadow: 0 0 0 2px blue;
2016-08-02 23:25:45 -03:00
}
2016-08-18 15:13:22 -03:00
:global .plugin {
background-color: #ddd;
color: #555;
text-align: center;
width: 200px;
padding: 8px;
border-radius: 2px;
}
:global .plugin_icon {
font-size: 50px;
margin: 12px 0;
}
:global .plugin_fields {
font-size: 11px;
outline:none;
}
:global .active {
box-shadow: 0 0 0 2px blue;
}