mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
61 lines
1.3 KiB
SCSS
61 lines
1.3 KiB
SCSS
/*
|
|
//////////////////////////
|
|
/////Settings
|
|
//////////////////////////
|
|
*/
|
|
|
|
/* Account Profile Card */
|
|
.accountProfileCard-lbN7n-, .profileBannerPreview-3mLIdO {
|
|
background: rgba(0, 0, 0, 0.436);
|
|
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
|
|
border: 1px solid rgb(78, 78, 81);
|
|
border-radius: 5px;
|
|
}
|
|
.fieldList-in8WkP, .background-3d_SjE {
|
|
background-color: transparent;
|
|
}
|
|
|
|
/* left Side bar */
|
|
.sidebarRegion-1VBisG {
|
|
border-right: .5px solid black;
|
|
}
|
|
|
|
|
|
/*
|
|
////////////////////////
|
|
////Powercord
|
|
////////////////////////
|
|
*/
|
|
|
|
|
|
/* Search Feilds */
|
|
.powercord-entities-manage-search input {
|
|
background-color: rgb(53, 51, 55);
|
|
border-radius: 4px;
|
|
border: 1px solid rgb(97, 96, 99);
|
|
}
|
|
.powercord-entities-manage-search input:hover {
|
|
box-shadow: 0 0 3px 3px rgb(32, 83, 148);
|
|
}
|
|
|
|
/* Headers */
|
|
.powercord-entities-manage-tabs {
|
|
background: rgba(0, 0, 0, 0.436) !important;
|
|
backdrop-filter: blur(20px);
|
|
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
|
|
border: 1px solid rgb(78, 78, 81);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
/* Text Feilds */
|
|
.inputDefault-3FGxgL {
|
|
border-radius: 20px;
|
|
border: 1px solid rgb(97, 96, 99);
|
|
}
|
|
|
|
|
|
/* Buttons */
|
|
.app-2CXKsg button, .lookFilled-yCfaCM.colorYellow-Pgtmch {
|
|
border-radius: 50px;
|
|
}
|