1.o_setting_container {
2    .o_web_settings_user {
3        font-size: 95%;
4        font-weight: 500;
5    }
6}
7
8.o_doc_link {
9    text-decoration: none;
10    font-weight: normal;
11
12    &::after{
13        content: "\f059"; //fa-question-circle
14        font-family: 'FontAwesome';
15        font-size: 1.2rem;
16    }
17}