9 lines
167 B
CSS
9 lines
167 B
CSS
/* Center the qrcodesContainer */
|
|
#qrcodesContainer {
|
|
text-align: center;
|
|
}
|
|
|
|
/* Style the config type text */
|
|
.config-type-text {
|
|
font-weight: 600;
|
|
} |