Commit ff2241a3 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Ajusta tamaño de secondarySidebar y notification

Expresa su ancho de forma relativa y con el mismo valor para todos los
tamaños.
parent af89b186
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -90,8 +90,8 @@ $sidebar-default-size = 5.4rem
$sidebar-high-size = 5.7rem
$sidebar-medium-size = 6rem
$sidebar-low-size = 6.3rem
$sidebar-secondary-size = 200px
$notificationbar-size = 400px
$sidebar-secondary-size = 18rem
$notificationbar-size = 28rem
$borderSize = $nano
$borderType = $borderSize solid
$borderSizeFat = $micro
+0 −1
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@

	// Menu
	.dijitMenu
		z-index $zindexDropdown
		padding 5px 0
		margin 2px 0 0 // override default ul
		background-color $dropdownBackground
+0 −6
Original line number Diff line number Diff line
@@ -65,12 +65,6 @@
	position absolute
	right 0
	width $notificationbar-size
	@media (max-width $media-high-size)
		width $notificationbar-size * 0.9
	@media (max-width $media-medium-size)
		width $notificationbar-size * 0.8
	@media (max-width $media-low-size)
		width $notificationbar-size * 0.5
	z-index 3
	overflow hidden
	pointer-events none
+0 −6
Original line number Diff line number Diff line
@@ -95,12 +95,6 @@
		position absolute
		z-index 3
		width $sidebar-secondary-size
		@media (max-width $media-high-size)
			width $sidebar-secondary-size * 0.9
		@media (max-width $media-medium-size)
			width $sidebar-secondary-size * 0.8
		@media (max-width $media-low-size)
			width $sidebar-secondary-size * 0.7
		background $color13
		box-shadow 5px 0 10px 0 rgba($black, $shadowBoxOpacity)
		showScroll()