WIP Удалила закомментированный код
This commit is contained in:
@@ -146,55 +146,6 @@ export default {
|
||||
"--px": "0 16px",
|
||||
"--py": "8px 0",
|
||||
};
|
||||
// switch (this.size) {
|
||||
// case "XS":
|
||||
// return {
|
||||
// "--input-height": "28px",
|
||||
// "--text-size": "12px",
|
||||
// "--line-height": "135%",
|
||||
// "--px": "0 8px",
|
||||
// "--py": "10px 0",
|
||||
// };
|
||||
// case "S":
|
||||
// return {
|
||||
// "--input-height": "32px",
|
||||
// "--text-size": "12px",
|
||||
// "--line-height": "135%",
|
||||
// "--px": "0 8px",
|
||||
// "--py": "10px 0",
|
||||
// };
|
||||
// case "M":
|
||||
// return {
|
||||
// "--input-height": "40px",
|
||||
// "--text-size": "16px",
|
||||
// "--line-height": "normal",
|
||||
// "--px": "0 16px",
|
||||
// "--py": "8px 0",
|
||||
// };
|
||||
// case "L":
|
||||
// return {
|
||||
// "--input-height": "48px",
|
||||
// "--text-size": "16px",
|
||||
// "--line-height": "normal",
|
||||
// "--px": "0 16px",
|
||||
// "--py": "8px 0",
|
||||
// };
|
||||
// case "auto":
|
||||
// return {
|
||||
// "--input-height": "auto",
|
||||
// "--text-size": "16px",
|
||||
// "--line-height": "normal",
|
||||
// "--px": "0 16px",
|
||||
// "--py": "8px 0",
|
||||
// };
|
||||
// default:
|
||||
// return {
|
||||
// "--input-height": "56px",
|
||||
// "--text-size": "16px",
|
||||
// "--line-height": "normal",
|
||||
// "--px": "0 16px",
|
||||
// "--py": "8px 0",
|
||||
// };
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user