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:
26
html/sass/mdb/pro/_charts-pro.scss
Executable file
26
html/sass/mdb/pro/_charts-pro.scss
Executable file
@@ -0,0 +1,26 @@
|
||||
// Charts Pro
|
||||
|
||||
.min-chart {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 110px;
|
||||
height: 110px;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
text-align: center;
|
||||
canvas {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.percent {
|
||||
display: inline-block;
|
||||
line-height: 110px;
|
||||
z-index: 2;
|
||||
&:after {
|
||||
content: '%';
|
||||
margin-left: 0.1em;
|
||||
font-size: .8em;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user