sogo/UI/WebServerResources/scss/views/MessageEditorUI.scss

9 lines
209 B
SCSS
Raw Normal View History

2015-05-20 15:31:53 +02:00
/// MessageEditorUI.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
2015-02-12 03:54:06 +01:00
// Plain text editor
2017-01-19 20:47:11 +01:00
md-input-container .md-input.plain-text {
height: auto;
2017-01-19 20:47:11 +01:00
padding-left: $mg;
padding-right: $mg;
}