nyros_form2 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e539c8508cefb25a3527d041a9fd54e3244ac86020af4ec256572215da8a2a1
4
- data.tar.gz: e3cdc35e0b23b5e47f003cf3085d8d7de3ffe2b86d2f1f8bbb0478a145f9108a
3
+ metadata.gz: 37a30fdd6434addada515ab4b512c55f20e9fc3d1b081af01af85eb45bb037d0
4
+ data.tar.gz: 30f3bcf6f72d421fb1df052fa091995e1cbcea21ff4308dfd4f8d39795a2553d
5
5
  SHA512:
6
- metadata.gz: bd32c5d7c8ea1b650bf71aa0e24b3e922c2706103230671c55dea771b5be7c4aedf94831cce1d6a4ff156009a7369dd8d0f4dafd54808f68f00751ddf4f2d918
7
- data.tar.gz: 89cd31e5fd27cf3d0e226f570e009e028f93ed231881c2fb2105b93627f5e02a69bce573d26203a4f8bcf117b988c35d7df5ab4c909976106add734732ba5783
6
+ metadata.gz: c7e4e8eeb1db985bbb774cf73eda6aac3ddaca7ec8076d298d2b94712865e3939d47d88077df30ebf6bbcfac5acbf2826bd342281d3f6a8728e4974ff3dc4250
7
+ data.tar.gz: 4e56237f23cc61c04c6f065e025265d617d03aed3a034d687bfce477976c45eefd0e50ede5df9b8b1fbecff8191c9195bd1e2d46cfda78095cad63964d680a7c
@@ -15,3 +15,160 @@
15
15
  */
16
16
 
17
17
  @import "bootstrap";
18
+
19
+
20
+ .form-group{
21
+ width:356px;
22
+ margin-bottom: 30px;
23
+
24
+ }
25
+
26
+ .form{
27
+ padding-top: 30px;
28
+ padding-bottom: 50px;
29
+ }
30
+ .col-sm-12{
31
+ padding-left: 0px;
32
+ padding-right: 0px;
33
+ }
34
+
35
+ #user_remember_me{
36
+ margin-right:0px;
37
+ }
38
+ .forgot_pwd{
39
+ padding-left: 90px;
40
+ }
41
+
42
+ a:hover{
43
+ text-decoration-line: none;
44
+ }
45
+
46
+ #flash_alert{
47
+ color: red;
48
+ }
49
+
50
+ #form_email{
51
+ margin-left: 23px;
52
+ }
53
+
54
+
55
+
56
+ #sign_in_from{
57
+ margin-left: 400px;
58
+ }
59
+
60
+ .form1 {
61
+ margin: 0 auto;
62
+ width: 470px;
63
+ background-color: white;
64
+ padding-left: 0px;
65
+ }
66
+
67
+ .form label {
68
+ display: inline-block;
69
+ text-align: right;
70
+ float: left;
71
+
72
+ }
73
+
74
+ .modal_form{
75
+ margin-top: 0px;
76
+ }
77
+
78
+ .homepage_dish{
79
+ height: 100%;
80
+ width: 50%;
81
+ position:fixed;
82
+ }
83
+
84
+ .login{
85
+ padding-right: 20px;
86
+ color:#0066ff;
87
+ font-size: 20.3px;
88
+ line-height: 1.44359;
89
+ border: 0px;
90
+ font-weight:700;
91
+
92
+
93
+ }
94
+
95
+ .login a:hover{
96
+
97
+ }
98
+
99
+ .signup{
100
+ padding-right: 100px;
101
+ color:#0066ff;
102
+
103
+ font-size: 20.3px;
104
+ line-height: 1.44359;
105
+ border: 0px;
106
+ font-weight:700;
107
+
108
+
109
+ }
110
+
111
+ .top-left {
112
+ position: absolute;
113
+ top:450px;
114
+ left:10px;
115
+ color: #f79b9b;
116
+ font-size: 50px;
117
+ font-weight: 900;
118
+
119
+ }
120
+
121
+ .top-left:hover{
122
+ color: #f79b9b;
123
+ }
124
+
125
+ .bottom-right {
126
+
127
+ }
128
+ .bottom_img{
129
+ width: 300px;
130
+ height: 300px;
131
+ }
132
+ .main_header{
133
+ font-weight: 800;
134
+ font-size:40px;
135
+ color: black;
136
+ }
137
+
138
+ a:hover{
139
+ text-decoration-line: none;
140
+
141
+ }
142
+
143
+ .u-dimension-2 {
144
+ box-shadow: 0 0 0 1px rgba(67,41,163,.1), 0 1px 8px 0 rgba(67,41,163,.1);
145
+ }
146
+
147
+ .form {
148
+ margin: 0 auto;
149
+ width: 470px;
150
+ background-color: white;
151
+ padding-left: 0px;
152
+ }
153
+
154
+
155
+ .form input{
156
+ margin-right: 180px;
157
+ }
158
+
159
+ .err {
160
+ color: red;
161
+ font-size: 14px;
162
+ }
163
+
164
+ .error {
165
+ color: red;
166
+ font-size: 14px;
167
+ }
168
+
169
+
170
+ #flash_alert{
171
+ color: red;
172
+ font-size: 14px;
173
+ }
174
+
@@ -1,3 +1,3 @@
1
1
  module NyrosForm2
2
- VERSION = '0.2.6'
2
+ VERSION = '0.2.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nyros_form2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - raju rekadi