Skip to content

Instantly share code, notes, and snippets.

@nirewen
Last active June 25, 2016 02:43
Show Gist options
  • Save nirewen/265d61e5025183e08ff7ad98338891e6 to your computer and use it in GitHub Desktop.
Save nirewen/265d61e5025183e08ff7ad98338891e6 to your computer and use it in GitHub Desktop.
.user-settings-modal .settings-header {max-width: 60px;}
/* HEADER */
.user-settings-modal .tab-bar.SIDE .tab-bar-header {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-header:after {
content: '\e700';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* ACCOUNT */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(2) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(2):after {
content: '\e77b';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* CONNECTIONS */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(3) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(3):after {
content: '\e910';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* FRIENDS */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(4) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(4):after {
content: '\e716';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* TEXT & IMAGES */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(5) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(5):after {
content: '\e8bd';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* VOICE */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(6) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(6):after {
content: '\e720';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* NOTIFICATIONS */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(7) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(7):after {
content: '\ea8f';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* KEYBIND */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(8) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(8):after {
content: '\e765';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* APPEARANCE */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(9) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(9):after {
content: '\e790';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* GAMES */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(10) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(10):after {
content: '\e7fc';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* OVERLAY */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(11) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(11):after {
content: '\e923';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* LOCALE */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(12) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(12):after {
content: '\e128';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* STREAMER MODE */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(13) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(13):after {
content: '\ec44';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* SECURITY */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(14) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(14):after {
content: '\e1f6';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
/* BETTERDISCORD */
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(15) {font-size: 0px;}
.user-settings-modal .tab-bar.SIDE .tab-bar-item:nth-of-type(15):after {
content: '\e115';
font-family: 'Segoe MDL2 Assets';
font-size: 20px;
line-height: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment