File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 text-align : center;
3838}
3939
40+
4041.remmber {
4142 display : inline-flex;
4243 align-items : center;
9394.box h2 {
9495color : rgb (0 , 217 , 255 );
9596position : absolute;
96- bottom : 30 rem ;
97+ bottom : 33 rem ;
9798 right : 43rem ;
9899
99100}
@@ -104,4 +105,44 @@ position: absolute;
104105
105106
106107
108+ .agreement-radio {
109+ margin-top : 15px ;
110+ text-align : left;
111+ font-size : 13px ;
112+ color : # 555 ;
113+ }
114+
115+ .agreement-radio p {
116+ margin-bottom : 8px ;
117+ color : # 333 ;
118+ }
119+
120+ .radio-group {
121+ display : flex;
122+ flex-direction : column;
123+ align-items : flex-start;
124+ gap : 6px ;
125+ padding-left : 5px ;
126+ }
127+
128+ .radio-group label {
129+ display : flex;
130+ align-items : center;
131+ gap : 8px ;
132+ font-size : 13px ;
133+ color : # 333 ;
134+ white-space : nowrap;
135+ }
136+
137+ .radio-group input [type = "radio" ] {
138+ accent-color : # 0066ff ;
139+ }
140+ .agreement-radio a {
141+ color : # 0066ff ;
142+ text-decoration : none;
143+ }
144+
145+ .agreement-radio a : hover {
146+ text-decoration : underline;
147+ }
107148
You can’t perform that action at this time.
0 commit comments