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