Changes to rangeldigital.css for basic elements and Frappe elements
This commit is contained in:
@ -15,6 +15,17 @@ h2 {font-size:3rem}
|
||||
.card {background-color:#1C2037;padding:20px}
|
||||
.rd-button-primary:not(.accordion-button) {padding:10px;border-radius:5px;width:100%;border:none;background-color:#119CFF;background-image: linear-gradient(134deg, #008AFC 27%, #97F8F4 100%);}
|
||||
|
||||
/* ------- BASIC ELEMENTS -------- */
|
||||
|
||||
/* Button */
|
||||
button {background:#008AFC}
|
||||
|
||||
/* ------- FRAPPE ELEMENTS ------- */
|
||||
|
||||
/* Page Card */
|
||||
.page-card {background:#1C2037;border:none}
|
||||
.page-card span {color:white}
|
||||
|
||||
/* ----- FORMS AND INPUTS ------- */
|
||||
label {color:#A5A5A5;font-size:14px}
|
||||
input,select {color:#A5A5A5;width:100%;border:0!important;padding:20px; border-radius:5px;background-color:#1C2037;border:1px solid #87868636}
|
||||
|
||||
Reference in New Issue
Block a user