mirror of https://github.com/vector-im/riot-web
				
				
				
			Merge pull request #5535 from vector-im/luke/groups-new-group-settings
CSS for improving group creation UX, namely setting long descriptionluke/groups-disable-rooms-whilst-editing
						commit
						9ff1fe8a72
					
				|  | @ -304,6 +304,18 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_GroupView_groupDesc textarea { | ||||
|     width: 50%; | ||||
|     width: 100%; | ||||
|     max-width: 100%; | ||||
|     height: 150px; | ||||
| } | ||||
| 
 | ||||
| .mx_GroupView_groupDesc_placeholder { | ||||
|     background-color: $info-plinth-bg-color; | ||||
|     color: $info-plinth-fg-color; | ||||
|     border-radius: 10px; | ||||
|     text-align: center; | ||||
| 
 | ||||
|     cursor: pointer; | ||||
|     padding: 100px 20px; | ||||
|     margin: 20px 0px; | ||||
| } | ||||
|  |  | |||
|  | @ -87,8 +87,8 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_MyGroups_placeholder { | ||||
|     background-color: $group-my-groups-placeholder-bg; | ||||
|     color: $group-my-groups-placeholder-fg; | ||||
|     background-color: $info-plinth-bg-color; | ||||
|     color: $info-plinth-fg-color; | ||||
|     line-height: 400px; | ||||
|     border-radius: 10px; | ||||
|     text-align: center; | ||||
|  |  | |||
|  | @ -22,9 +22,9 @@ $warning-color: #ff0064; | |||
| $mention-user-pill-bg-color: #ff0064; | ||||
| $other-user-pill-bg-color: rgba(0, 0, 0, 0.1); | ||||
| 
 | ||||
| // groups | ||||
| $group-my-groups-placeholder-bg: #f7f7f7; | ||||
| $group-my-groups-placeholder-fg: #888; | ||||
| // informational plinth | ||||
| $info-plinth-bg-color: #f7f7f7; | ||||
| $info-plinth-fg-color: #888; | ||||
| 
 | ||||
| $preview-bar-bg-color: #f7f7f7; | ||||
| 
 | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ $focus-brightness: 200%; | |||
| $warning-color: #ff0064; | ||||
| 
 | ||||
| // groups | ||||
| $group-my-groups-placeholder-bg: #454545; | ||||
| $info-plinth-bg-color: #454545; | ||||
| 
 | ||||
| $other-user-pill-bg-color: rgba(255, 255, 255, 0.1); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Matthew Hodgson
						Matthew Hodgson