Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
This commit is contained in:
28
html/scss/free/_list-group.scss
Executable file
28
html/scss/free/_list-group.scss
Executable file
@@ -0,0 +1,28 @@
|
||||
// List group
|
||||
.media {
|
||||
.media-left {
|
||||
padding: $list-group-padding;
|
||||
img {
|
||||
box-shadow: $z-depth-1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.list-group {
|
||||
.list-group-item {
|
||||
&:first-child {
|
||||
border-top-left-radius: $border-radius-base;
|
||||
border-top-right-radius: $border-radius-base;
|
||||
}
|
||||
&:last-child {
|
||||
border-bottom-left-radius: $border-radius-base;
|
||||
border-bottom-right-radius: $border-radius-base;
|
||||
}
|
||||
}
|
||||
a,
|
||||
button {
|
||||
transition: $list-group-transition;
|
||||
&:hover {
|
||||
transition: $list-group-transition;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user