mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-28 05:14:18 +00:00
Restructure Sass files and folders for proper application Sass development
This commit is contained in:
committed by
Francis Lachapelle
parent
a87bbc2de5
commit
5217c0ac64
@@ -0,0 +1,29 @@
|
||||
|
||||
body {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-left:-20px; opacity:0.3;
|
||||
}
|
||||
|
||||
md-radio-group {
|
||||
width:150px;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
|
||||
[ng-controller] {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.radioValue {
|
||||
margin-left: 5px;
|
||||
color: #0f9d58;
|
||||
font-weight: bold;
|
||||
padding:5px;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user