You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
316 B
26 lines
316 B
12 years ago
|
@import "../../Shared/Styles/card";
|
||
|
|
||
|
.quality-profiles {
|
||
|
li {
|
||
|
display: inline-block;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.quality-profile-item {
|
||
|
|
||
|
.card;
|
||
|
|
||
|
width: 250px;
|
||
|
height: 120px;
|
||
|
padding: 10px 15px;
|
||
|
|
||
|
h2 {
|
||
|
margin-top: 0px;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.btn-group {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
}
|