Revision 6e3d008c snf-cyclades-app/synnefo/ui/new_ui/ui/sass/app.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/app.scss
184 184

  
185 185

  
186 186
.row-full {
187
	width:$row-top-width;
187
	max-width:$row-top-width;
188 188
	margin:0 auto;
189 189
}
190 190

  
......
246 246
					&.active {
247 247
						color:$primary-color;
248 248
						&:hover {
249
							border:1px solid $secondary-color;
249
							color:$secondary-color;
250 250
							cursor: pointer;
251 251
						}
252 252
					}
......
336 336
	li {
337 337
		text-align:center;
338 338
		padding:20px;
339
		list-style:none;
339 340
		.add-new {
340 341
			a {
341 342
				margin:0 20px;
......
343 344
				font-weight: bold;
344 345
				height:190px;
345 346
				padding:65px 30px 15px;
346
				border:2px dashed $primary-color;
347
				border:1px dashed $primary-color;
347 348
				&:hover {
348 349
					border-color:$secondary-color;
349 350
					color:$secondary-color;
......
707 708

  
708 709

  
709 710
.reveal-modal {
711
	h3 {
712
		font-size:1em;
713
	}
710 714
	a:hover { color: $secondary-color;}	
711 715
}
712 716

  

Also available in: Unified diff