sogo/UI/WebServerResources/scss/_shame.scss
2015-06-12 12:02:16 -04:00

27 lines
1.1 KiB
SCSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

///
//
// This is the shame file (http://csswizardry.com/2013/04/shame-css/)
// RULES
// 1. If its a hack, it goes in shame.css.
// 2. Document all hacks fully:
// 1. What part of the codebase does it relate to?
// 2. Why was this needed?
// 3. How does this fix it?
// 4. How might you fix it properly, given more time?
// 3. Do not blame the developer; if they explained why they had to do it
// then their reasons are probably (hopefully) valid.
// 4. Try and clean shame.css up when you have some down time.
// Even better, get a tech-debt story in which you can dedicate actual sprint time to it.
//
// 1. Component : autoScrollList
// 2. Suddently, the date span of the first list item of the messagae-list do not
// justify to the extreme right of his container (flex-box)
// After more than an hour spent analysing trying to find differences with other
// list element. I still can't find any.
// 3. I decide to apply a minimal width to the left element until I found a culprit.
.sg-tile-content .sg-md-subhead-multi,
.sg-tile-content .sg-md-subhead-solo {
//min-width: 65%;
}