helpcenter/Web/css/lang/it.less

100 lines
1.8 KiB
Plaintext
Raw Normal View History

2016-08-29 13:51:20 +00:00
.sm_list, .text-content {
.sm_people {
&:after {
content: ' (Persone)';
}
}
.sm_calendar {
&:after {
content: ' (Calendario)';
}
}
.sm_documents {
&:after {
content: ' (Documenti)';
}
}
.sm_projects {
&:after {
content: ' (Progetti)';
}
}
.sm_community {
&:after {
content: ' (Comunità)';
}
}
.sm_crm {
&:after {
content: ' (CRM)';
}
}
.sm_talk {
&:after {
content: ' (Chat)';
}
}
.sm_mail {
&:after {
content: ' (Posta)';
}
}
.sm_general {
&:after {
content: ' (Domande generali)';
}
}
.sm_video {
&:before {
content: 'Guide video';
}
}
.sm_faq {
&:before {
content: 'FAQ';
}
}
.sm_pdf {
&:before {
content: 'Versione stampabile';
}
}
.sm_editors {
&:before {
content: 'Editor';
}
}
.sm_mobile {
&:before {
content: 'Applicazioni mobili';
}
}
}
.see_also {
.sm_gettingstarted {
&:before {
content: 'Primi passi: ';
}
}
.sm_troubleshooting {
&:before {
content: 'Risoluzione dei problemi: ';
}
}
}
.newarticle {
&:after {
content: 'nuovo';
}
}
.description {
h2.MainGettingStarted {
font-size: 22px;
}
h2.hcmain_section2 {
font-size: 22px;
}
h2.hcmain_section3 {
font-size: 22px;
}
}