Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
.signin
{
	@include span-columns(11);
	@include shift(.5);	
	//margin-bottom: 60px;
	//margin-top: 60px;
	color: #333;
	background-color: #fff;
	@include pad(60px);

	aside
	{
		position: relative;
		@include span-columns(4);
		//border-top: 10px solid $rosso-aiba;

		div.cont
		{
			position: relative;
			font-size: 14px;
			@include pad(20px 10px 30px);
			border-bottom: 3px solid #CCC;
			background-color: $rosso-aiba;

			h4,h5
			{
				font-family: $roboto_slab;
				//text-align: center;
			}

			h5
			{
				font-size: 15px;
				font-weight: 300;
				margin-bottom: 30px;
				@include pad(0 0 25px);
				border-bottom: 1px solid  #CCC;
				color: whitesmoke;	
			}

			h4
			{
				font-size: 21px;
				margin-bottom: 10px;	
				color: white;	

				span
				{
					font-weight: 300;
				}					
			}

			p
			{
				color: white;
			}

			@include media ($medium-screen) 
		    {
		    	h5
				{
					font-size: 18px;
				}

				h4
				{
					font-size: 24px;
				}
		    }

		    @include media ($large-screen) 
		    {
		    	h5
				{
					font-size: 22px;
				}

				h4
				{
					font-size: 28px;
				}
		    }
		}
	}

	article
	{
		@include span-columns(8);
		@include clearfix;

		.aba
		{		
			position: relative;
			background-color: #EEE;
			@include clearfix;
			@include pad(15px 20px 0px);
			@include transition(all 0.3s ease-out);
			margin-top: 20px;

			
			.form-signin
			{
				@include span-columns(6);
				@include shift(3);
				display:block !important;
				padding-bottom: 30px;
				margin-top: 30px;

		        span
		        {
		          display: block;
		          font-family: $an_demi;
		          text-transform: uppercase;
		          margin-bottom: 10px;
		          color: whitesmoke;
		        }

		        input
		        {
		          border-radius: 0;
		          border: none;
		        }

		        .sign-up
		        {
		          position: relative;
		          display: block;
		          text-align: center;  
		          border:1px solid white;
		          @include pad(5px 10px);
		          font-family: $an_demi;
		          text-transform: uppercase;
		          font-size: 14px;
		          margin: 30px 0 20px;
		          cursor: pointer;
		          background-color: $rosso-aiba;

		          a
		          {
		            color: white;
		          }


		          &:hover
		          {
		            background-color: white;
		            a
		            {
		              color: $rosso-aiba;
		            }
		          }
		        }

		        .fs 
		        {
		          position: relative;
		          button
		          {
		            position: absolute;
		            right: 0;
		            top: 0;
		            background-color: #DEDEDE;
		            width: auto;
		            display: block;
		            @include pad(10px);
		            margin: 0;
		            border-radius: 0;
		            border-bottom: 1px solid #999;
		            color: #666;
		          }
		        }
		      }
			}
	}
}









Commits for Nextrek/Aiba_backup/public/sass/body/signin.scss

Diff revisions: vs.
Revision Author Commited Message
1464 MOliva picture MOliva Tue 13 Oct, 2020 11:16:56 +0000