adding some model changes around paid plans
This commit is contained in:
@@ -170,6 +170,15 @@ cox {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.plantable {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.plantable > td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
th.rotate {
|
||||
/* Something you can count on */
|
||||
height: 78px;
|
||||
@@ -220,6 +229,7 @@ th.rotate > div > span {
|
||||
background-color: #fee;
|
||||
}
|
||||
|
||||
|
||||
.successmessage {
|
||||
border: 1px solid #000;
|
||||
background-color: #8f8;
|
||||
@@ -907,3 +917,21 @@ a.wh:hover {
|
||||
hyphens: auto;
|
||||
|
||||
}
|
||||
|
||||
.upgradebutton {
|
||||
background-color: #4CAF50;
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
margin: 4px 2px;
|
||||
}
|
||||
|
||||
.buttonr2 {border-radius: 2px;}
|
||||
.buttonr4 {border-radius: 4px;}
|
||||
.buttonr8 {border-radius: 8px;}
|
||||
.buttonr12 {border-radius: 12px;}
|
||||
.buttonround {border-radius: 50%;}
|
||||
|
||||
Reference in New Issue
Block a user