11 lines
307 B
CSS
11 lines
307 B
CSS
.__PFX__-bn1 {
|
|
padding:40px 20px;
|
|
color:#fff;
|
|
background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));
|
|
border-radius:12px;
|
|
margin:16px;
|
|
text-align:center;
|
|
}
|
|
.__PFX__-bn1-t1 { font-size:22px; margin-bottom:6px; }
|
|
.__PFX__-bn1-t2 { font-size:14px; opacity:.9; }
|